Class MetadataQueryOptionsAdapter

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

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

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