| java.lang.Object com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
All known Subclasses: com.thoughtworks.xstream.converters.reflection.SerializableConverter, com.thoughtworks.xstream.converters.reflection.ReflectionConverter,
AbstractReflectionConverter | abstract public class AbstractReflectionConverter implements Converter(Code) | | |
Method Summary | |
protected void | doMarshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) | public Object | doUnmarshal(Object result, HierarchicalStreamReader reader, UnmarshallingContext context) | protected Object | instantiateNewInstance(HierarchicalStreamReader reader, UnmarshallingContext context) | public void | marshal(Object original, HierarchicalStreamWriter writer, MarshallingContext context) | protected void | marshallField(MarshallingContext context, Object newObj, Field field) | protected boolean | shouldUnmarshalTransientFields() | public Object | unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context) | protected Object | unmarshallField(UnmarshallingContext context, Object result, Class type, Field field) |
shouldUnmarshalTransientFields | protected boolean shouldUnmarshalTransientFields()(Code) | | |
|
|