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