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

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

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