Class SourceChangePointAdapter

java.lang.Object
com.inductiveautomation.historian.common.rpc.adapters.points.SourceChangePointAdapter
All Implemented Interfaces:
BinaryAdapter<SourceChangePoint>, BinaryDeserializer<SourceChangePoint>, BinarySerializer<SourceChangePoint>

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

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