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