de.esailors.jenkins.teststability
Class CircularStabilityHistory.ConverterImpl

java.lang.Object
  extended by de.esailors.jenkins.teststability.CircularStabilityHistory.ConverterImpl
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher
Enclosing class:
CircularStabilityHistory

public static class CircularStabilityHistory.ConverterImpl
extends Object
implements com.thoughtworks.xstream.converters.Converter


Constructor Summary
CircularStabilityHistory.ConverterImpl()
           
 
Method Summary
 boolean canConvert(Class type)
           
 void marshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
           
 CircularStabilityHistory unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader r, com.thoughtworks.xstream.converters.UnmarshallingContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CircularStabilityHistory.ConverterImpl

public CircularStabilityHistory.ConverterImpl()
Method Detail

canConvert

public boolean canConvert(Class type)
Specified by:
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher

marshal

public void marshal(Object source,
                    com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
                    com.thoughtworks.xstream.converters.MarshallingContext context)
Specified by:
marshal in interface com.thoughtworks.xstream.converters.Converter

unmarshal

public CircularStabilityHistory unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader r,
                                          com.thoughtworks.xstream.converters.UnmarshallingContext context)
Specified by:
unmarshal in interface com.thoughtworks.xstream.converters.Converter


Copyright © 2004-2013. All Rights Reserved.