Class CpsFlowExecution.ConverterImpl
java.lang.Object
org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.ConverterImpl
- All Implemented Interfaces:
- com.thoughtworks.xstream.converters.Converter,- com.thoughtworks.xstream.converters.ConverterMatcher
- Enclosing class:
- CpsFlowExecution
public static final class CpsFlowExecution.ConverterImpl
extends Object
implements com.thoughtworks.xstream.converters.Converter
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanConvert(Class type) voidmarshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter w, com.thoughtworks.xstream.converters.MarshallingContext context) unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context) 
- 
Constructor Details- 
ConverterImplpublic ConverterImpl(com.thoughtworks.xstream.XStream xs) 
 
- 
- 
Method Details- 
canConvert- Specified by:
- canConvertin interface- com.thoughtworks.xstream.converters.ConverterMatcher
 
- 
marshalpublic void marshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter w, com.thoughtworks.xstream.converters.MarshallingContext context) - Specified by:
- marshalin interface- com.thoughtworks.xstream.converters.Converter
 
- 
unmarshalpublic Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context) - Specified by:
- unmarshalin interface- com.thoughtworks.xstream.converters.Converter
 
 
-