Class MetadataQueryKeyAdapter

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

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

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