Class TraceInfoAction.ConverterV1
- java.lang.Object
-
- org.datadog.jenkins.plugins.datadog.util.conversion.VersionedConverter<TraceInfoAction>
-
- org.datadog.jenkins.plugins.datadog.model.TraceInfoAction.ConverterV1
-
- Enclosing class:
- TraceInfoAction
public static final class TraceInfoAction.ConverterV1 extends VersionedConverter<TraceInfoAction>
-
-
Constructor Summary
Constructors Constructor Description ConverterV1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
marshal(TraceInfoAction action, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
TraceInfoAction
unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
-
Methods inherited from class org.datadog.jenkins.plugins.datadog.util.conversion.VersionedConverter
getVersion, readField, writeField
-
-
-
-
Method Detail
-
marshal
public void marshal(TraceInfoAction action, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
- Specified by:
marshal
in classVersionedConverter<TraceInfoAction>
-
unmarshal
public TraceInfoAction unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
- Specified by:
unmarshal
in classVersionedConverter<TraceInfoAction>
-
-