org.apache.geronimo.kernel.config.xstream
Class XStreamGBeanStateConverter

java.lang.Object
  extended by org.apache.geronimo.kernel.config.xstream.XStreamGBeanStateConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter

public class XStreamGBeanStateConverter
extends Object
implements com.thoughtworks.xstream.converters.Converter


Constructor Summary
XStreamGBeanStateConverter()
           
 
Method Summary
 boolean canConvert(Class clazz)
           
 void marshal(Object object, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext marshallingContext)
           
 Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext unmarshallingContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XStreamGBeanStateConverter

public XStreamGBeanStateConverter()
Method Detail

canConvert

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

marshal

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

unmarshal

public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
                        com.thoughtworks.xstream.converters.UnmarshallingContext unmarshallingContext)
Specified by:
unmarshal in interface com.thoughtworks.xstream.converters.Converter


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.