public class BuildMessage1Converter
extends com.thoughtworks.xstream.converters.reflection.ReflectionConverter
| Modifier and Type | Class and Description |
|---|---|
static class |
BuildMessage1Converter.BlockDataConverter |
static class |
BuildMessage1Converter.BuildProblemDataConverter |
static class |
BuildMessage1Converter.ComparisonFailedDataConverter |
static class |
BuildMessage1Converter.ErrorDataConverter |
static class |
BuildMessage1Converter.FlowDataConverter |
static class |
BuildMessage1Converter.IgnoredTestDataConverter |
static class |
BuildMessage1Converter.TestFinishBlockDataConverter |
static class |
BuildMessage1Converter.TestOutputDataConverter |
static class |
BuildMessage1Converter.TestProblemDataConverter |
static class |
BuildMessage1Converter.TestStartBlockDataConverter |
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.DuplicateFieldException, com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.UnknownFieldException| Constructor and Description |
|---|
BuildMessage1Converter(com.thoughtworks.xstream.mapper.Mapper mapper,
com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(java.lang.Class type) |
void |
marshal(java.lang.Object source,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context) |
java.lang.Object |
unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context) |
public BuildMessage1Converter(com.thoughtworks.xstream.mapper.Mapper mapper,
com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider)
public void marshal(java.lang.Object source,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context)
marshal in interface com.thoughtworks.xstream.converters.Convertermarshal in class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverterpublic java.lang.Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context)
unmarshal in interface com.thoughtworks.xstream.converters.Converterunmarshal in class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverterpublic boolean canConvert(java.lang.Class type)
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatchercanConvert in class com.thoughtworks.xstream.converters.reflection.ReflectionConverter