Class OpcBrowseElementSerializer
java.lang.Object
com.inductiveautomation.ignition.gateway.gan.protoserializers.OpcBrowseElementSerializer
- All Implemented Interfaces:
com.inductiveautomation.metro.api.ProtobufSerializable<BrowseElement,
OpcBrowseElementProto.OpcBrowseElementPB>
public class OpcBrowseElementSerializer
extends Object
implements com.inductiveautomation.metro.api.ProtobufSerializable<BrowseElement,OpcBrowseElementProto.OpcBrowseElementPB>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromProtobufMessage
(com.google.protobuf.Message theMessage) toProtobufMessage
(BrowseElement browseElement)
-
Constructor Details
-
OpcBrowseElementSerializer
public OpcBrowseElementSerializer()
-
-
Method Details
-
getProtoMsgInstance
- Specified by:
getProtoMsgInstance
in interfacecom.inductiveautomation.metro.api.ProtobufSerializable<BrowseElement,
OpcBrowseElementProto.OpcBrowseElementPB>
-
toProtobufMessage
public OpcBrowseElementProto.OpcBrowseElementPB toProtobufMessage(BrowseElement browseElement) throws ProtobufSerializationException - Specified by:
toProtobufMessage
in interfacecom.inductiveautomation.metro.api.ProtobufSerializable<BrowseElement,
OpcBrowseElementProto.OpcBrowseElementPB> - Throws:
ProtobufSerializationException
-
fromProtobufMessage
public BrowseElement fromProtobufMessage(com.google.protobuf.Message theMessage) throws ProtobufDeserializationException - Specified by:
fromProtobufMessage
in interfacecom.inductiveautomation.metro.api.ProtobufSerializable<BrowseElement,
OpcBrowseElementProto.OpcBrowseElementPB> - Throws:
ProtobufDeserializationException
-