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