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