Class AggregatedQueryOptionsAdapter

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

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

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