| java.lang.Object com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter com.thoughtworks.xstream.converters.reflection.ReflectionConverter
All known Subclasses: com.thoughtworks.xstream.annotations.AnnotationReflectionConverter, com.thoughtworks.xstream.converters.extended.LookAndFeelConverter,
Methods inherited from com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter | protected void doMarshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context)(Code)(Java Doc) public Object doUnmarshal(Object result, HierarchicalStreamReader reader, UnmarshallingContext context)(Code)(Java Doc) protected Object instantiateNewInstance(HierarchicalStreamReader reader, UnmarshallingContext context)(Code)(Java Doc) public void marshal(Object original, HierarchicalStreamWriter writer, MarshallingContext context)(Code)(Java Doc) protected void marshallField(MarshallingContext context, Object newObj, Field field)(Code)(Java Doc) protected boolean shouldUnmarshalTransientFields()(Code)(Java Doc) public Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)(Code)(Java Doc) protected Object unmarshallField(UnmarshallingContext context, Object result, Class type, Field field)(Code)(Java Doc)
|
|
|