org.neuroph.easyneurons.file
Class SwingXmlConverter

java.lang.Object
  extended by org.neuroph.easyneurons.file.SwingXmlConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

public class SwingXmlConverter
extends java.lang.Object
implements com.thoughtworks.xstream.converters.Converter


Constructor Summary
SwingXmlConverter()
           
 
Method Summary
 boolean canConvert(java.lang.Class arg0)
           
 void marshal(java.lang.Object arg0, com.thoughtworks.xstream.io.HierarchicalStreamWriter arg1, com.thoughtworks.xstream.converters.MarshallingContext arg2)
           
 java.lang.Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader arg0, com.thoughtworks.xstream.converters.UnmarshallingContext arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingXmlConverter

public SwingXmlConverter()
Method Detail

canConvert

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

marshal

public void marshal(java.lang.Object arg0,
                    com.thoughtworks.xstream.io.HierarchicalStreamWriter arg1,
                    com.thoughtworks.xstream.converters.MarshallingContext arg2)
Specified by:
marshal in interface com.thoughtworks.xstream.converters.Converter

unmarshal

public java.lang.Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader arg0,
                                  com.thoughtworks.xstream.converters.UnmarshallingContext arg1)
Specified by:
unmarshal in interface com.thoughtworks.xstream.converters.Converter