Class AnnotationQueryOptionsAdapter

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

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

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