Class AbstractTaskConverter
java.lang.Object
com.xebialabs.xltype.serialization.xstream.AbstractTaskConverter
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter,com.thoughtworks.xstream.converters.ConverterMatcher
public abstract class AbstractTaskConverter
extends Object
implements com.thoughtworks.xstream.converters.Converter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.xebialabs.deployit.engine.api.execution.TaskExecutionStatebackwardsCompatibleState(com.xebialabs.deployit.engine.api.execution.TaskExecutionState t) booleancanConvert(Class type) voidmarshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.thoughtworks.xstream.converters.Converter
unmarshal
-
Constructor Details
-
AbstractTaskConverter
public AbstractTaskConverter()
-
-
Method Details
-
marshal
public void marshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context) - Specified by:
marshalin interfacecom.thoughtworks.xstream.converters.Converter
-
backwardsCompatibleState
protected com.xebialabs.deployit.engine.api.execution.TaskExecutionState backwardsCompatibleState(com.xebialabs.deployit.engine.api.execution.TaskExecutionState t) -
canConvert
- Specified by:
canConvertin interfacecom.thoughtworks.xstream.converters.ConverterMatcher
-