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 java.lang.Object implements com.thoughtworks.xstream.converters.Converter
-
-
Constructor Summary
Constructors Constructor Description AbstractTaskConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.xebialabs.deployit.engine.api.execution.TaskExecutionStatebackwardsCompatibleState(com.xebialabs.deployit.engine.api.execution.TaskExecutionState t)booleancanConvert(java.lang.Class type)voidmarshal(java.lang.Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
-
-
-
Method Detail
-
marshal
public void marshal(java.lang.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
public boolean canConvert(java.lang.Class type)
- Specified by:
canConvertin interfacecom.thoughtworks.xstream.converters.ConverterMatcher
-
-