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

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

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


Constructor Summary
GBeanDataConverter(com.thoughtworks.xstream.mapper.Mapper mapper)
           
 
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

GBeanDataConverter

public GBeanDataConverter(com.thoughtworks.xstream.mapper.Mapper mapper)
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.