Class NodeBrowseInfoSerializer
java.lang.Object
com.inductiveautomation.ignition.gateway.gan.protoserializers.tag.NodeBrowseInfoSerializer
- All Implemented Interfaces:
com.inductiveautomation.metro.api.ProtobufSerializable<NodeBrowseInfo,
NodeBrowseInfoProto.NodeBrowseInfoPB>
public class NodeBrowseInfoSerializer
extends Object
implements com.inductiveautomation.metro.api.ProtobufSerializable<NodeBrowseInfo,NodeBrowseInfoProto.NodeBrowseInfoPB>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NodeBrowseInfoSerializer
public NodeBrowseInfoSerializer()
-
-
Method Details
-
getProtoMsgInstance
- Specified by:
getProtoMsgInstance
in interfacecom.inductiveautomation.metro.api.ProtobufSerializable<NodeBrowseInfo,
NodeBrowseInfoProto.NodeBrowseInfoPB>
-
toProtobufMessage
public NodeBrowseInfoProto.NodeBrowseInfoPB toProtobufMessage(NodeBrowseInfo node) throws ProtobufSerializationException - Specified by:
toProtobufMessage
in interfacecom.inductiveautomation.metro.api.ProtobufSerializable<NodeBrowseInfo,
NodeBrowseInfoProto.NodeBrowseInfoPB> - Throws:
ProtobufSerializationException
-
fromProtobufMessage
public NodeBrowseInfo fromProtobufMessage(com.google.protobuf.Message theMessage) throws ProtobufDeserializationException - Specified by:
fromProtobufMessage
in interfacecom.inductiveautomation.metro.api.ProtobufSerializable<NodeBrowseInfo,
NodeBrowseInfoProto.NodeBrowseInfoPB> - Throws:
ProtobufDeserializationException
-