Class HistorianRpcSerializer
java.lang.Object
com.inductiveautomation.historian.common.rpc.HistorianRpcSerializer
A utility class for serializing and deserializing RPC (Remote Procedure Call) objects
in the Historian module. This class provides a centralized mechanism for managing
binary adapters for various data types used in the Historian module.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProtoRpcSerializer
get()
Retrieves the singleton instance of theProtoRpcSerializer
.
-
Method Details
-
get
Retrieves the singleton instance of theProtoRpcSerializer
.- Returns:
- The
ProtoRpcSerializer
instance.
-