Uses of Class
io.opencensus.common.ServerStatsDeserializationException
-
Packages that use ServerStatsDeserializationException Package Description io.opencensus.common Common API between different packages in this artifact. -
-
Uses of ServerStatsDeserializationException in io.opencensus.common
Methods in io.opencensus.common that throw ServerStatsDeserializationException Modifier and Type Method Description static ServerStats
ServerStatsEncoding. parseBytes(byte[] serialized)
Decodes serialized byte array to createServerStats
as per Opencensus Summary Span specification.
-