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