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