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