Class AnnotationQueryKeyAdapter

java.lang.Object
com.inductiveautomation.historian.common.rpc.adapters.query.AnnotationQueryKeyAdapter
All Implemented Interfaces:
BinaryAdapter<AnnotationQueryKey>, BinaryDeserializer<AnnotationQueryKey>, BinarySerializer<AnnotationQueryKey>

public class AnnotationQueryKeyAdapter extends Object implements BinaryAdapter<AnnotationQueryKey>
A binary adapter for serializing and deserializing AnnotationQueryKey objects.

This class provides methods to encode an AnnotationQueryKey into a byte array and decode a byte array back into an AnnotationQueryKey. It uses Protocol Buffers for serialization and deserialization.