Uses of Class
io.opencensus.common.ServerStatsDeserializationException
Packages that use ServerStatsDeserializationException
-
Uses of ServerStatsDeserializationException in io.opencensus.common
Methods in io.opencensus.common that throw ServerStatsDeserializationExceptionModifier and TypeMethodDescriptionstatic ServerStats
ServerStatsEncoding.parseBytes
(byte[] serialized) Decodes serialized byte array to createServerStats
as per Opencensus Summary Span specification.