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

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

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