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

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

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