Class AnnotationChangePointAdapter

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

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

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