org.globus.cog.karajan.util.serialization
Class DecimalFormatConverter

java.lang.Object
  extended byorg.globus.cog.karajan.util.serialization.AbstractKarajanConverter
      extended byorg.globus.cog.karajan.util.serialization.DecimalFormatConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter

public class DecimalFormatConverter
extends AbstractKarajanConverter


Constructor Summary
DecimalFormatConverter(KarajanSerializationContext kcontext)
           
 
Method Summary
 boolean canConvert(Class type)
           
 void marshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
           
 Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
           
 
Methods inherited from class org.globus.cog.karajan.util.serialization.AbstractKarajanConverter
getKContext, marshallObject, marshallObject, marshallObject, marshallObjectCls, unmarshallObject, unmarshallObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecimalFormatConverter

public DecimalFormatConverter(KarajanSerializationContext kcontext)
Method Detail

canConvert

public boolean canConvert(Class type)

marshal

public void marshal(Object source,
                    com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
                    com.thoughtworks.xstream.converters.MarshallingContext context)

unmarshal

public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
                        com.thoughtworks.xstream.converters.UnmarshallingContext context)