Interface BinaryDeserializer<T>

All Known Subinterfaces:
BinaryAdapter<T>
All Known Implementing Classes:
AggregateAdapter, AggregatedQueryKeyAdapter, AggregatedQueryOptionsAdapter, AnnotationChangePointAdapter, AnnotationPointAdapter, AnnotationQueryKeyAdapter, AnnotationQueryOptionsAdapter, AtomicPointAdapter, BrowseFilterAdapter, ChartInfo.ProtoSerializer, ChartStatus.ProtoSerializer, MetadataPointAdapter, MetadataQueryKeyAdapter, MetadataQueryOptionsAdapter, ObjectSerializers.DefaultObjectProtoSerializer, ObjectSerializers.SaferObjectProtoSerializer, ObjectSerializers.UnsafeObjectProtoSerializer, PyChartScope.ProtoSerializationDelegate, PyFunctionalChartScope.ProtoSerializationDelegate, QualifiedPathAdapter, QualifiedPathAdapter, QualifiedValueAdapter, QualityCodeAdapter, RawQueryKeyAdapter, RawQueryOptionsAdapter, RecordingMeta.ProtoSerializer, ReportDataConfigurationProtoAdapter, ReportExecutionDataProtoAdapter, ReportParameterProtoAdapter, ReportScriptFunctionsPyDictionaryProtoAdapter, ResultsAdapter, ResultWriterOptionsAdapter, SourceChangePointAdapter, TimeRangeAdapter, TimeWindowAdapter, TypeFilterAdapter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface BinaryDeserializer<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    decode(byte[] serialized, DeserializationContext context)