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

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

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