Uses of Interface
com.thoughtworks.xstream.converters.DataHolder
-
Packages that use DataHolder Package Description com.thoughtworks.xstream com.thoughtworks.xstream.converters com.thoughtworks.xstream.core com.thoughtworks.xstream.core.util -
-
Uses of DataHolder in com.thoughtworks.xstream
Methods in com.thoughtworks.xstream that return DataHolder Modifier and Type Method Description DataHolderXStream. newDataHolder()Create a DataHolder that can be used to pass data to the converters.Methods in com.thoughtworks.xstream with parameters of type DataHolder Modifier and Type Method Description java.io.ObjectInputStreamXStream. createObjectInputStream(HierarchicalStreamReader reader, DataHolder dataHolder)Creates an ObjectInputStream that deserializes a stream of objects from a reader using XStream.java.io.ObjectOutputStreamXStream. createObjectOutputStream(HierarchicalStreamWriter writer, java.lang.String rootNodeName, DataHolder dataHolder)Creates an ObjectOutputStream that serializes a stream of objects to the writer using XStream.voidMarshallingStrategy. marshal(HierarchicalStreamWriter writer, java.lang.Object obj, ConverterLookup converterLookup, Mapper mapper, DataHolder dataHolder)voidXStream. marshal(java.lang.Object obj, HierarchicalStreamWriter writer, DataHolder dataHolder)Serialize and object to a hierarchical data structure (such as XML).java.lang.ObjectMarshallingStrategy. unmarshal(java.lang.Object root, HierarchicalStreamReader reader, DataHolder dataHolder, ConverterLookup converterLookup, Mapper mapper)java.lang.ObjectXStream. unmarshal(HierarchicalStreamReader reader, java.lang.Object root, DataHolder dataHolder)Deserialize an object from a hierarchical data structure (such as XML). -
Uses of DataHolder in com.thoughtworks.xstream.converters
Subinterfaces of DataHolder in com.thoughtworks.xstream.converters Modifier and Type Interface Description interfaceMarshallingContextinterfaceUnmarshallingContext -
Uses of DataHolder in com.thoughtworks.xstream.core
Subinterfaces of DataHolder in com.thoughtworks.xstream.core Modifier and Type Interface Description interfaceReferencingMarshallingContextAMarshallingContextthat manages references.Classes in com.thoughtworks.xstream.core that implement DataHolder Modifier and Type Class Description classAbstractReferenceMarshallerAbstract base class for a TreeMarshaller, that can build references.classAbstractReferenceUnmarshallerAbstract base class for a TreeUnmarshaller, that resolves references.classMapBackedDataHolderclassReferenceByIdMarshallerclassReferenceByIdUnmarshallerclassReferenceByXPathMarshallerclassReferenceByXPathUnmarshallerclassTreeMarshallerclassTreeUnmarshallerFields in com.thoughtworks.xstream.core declared as DataHolder Modifier and Type Field Description private DataHolderTreeMarshaller. dataHolderprivate DataHolderTreeUnmarshaller. dataHolderMethods in com.thoughtworks.xstream.core with parameters of type DataHolder Modifier and Type Method Description voidAbstractTreeMarshallingStrategy. marshal(HierarchicalStreamWriter writer, java.lang.Object obj, ConverterLookup converterLookup, Mapper mapper, DataHolder dataHolder)voidTreeMarshaller. start(java.lang.Object item, DataHolder dataHolder)java.lang.ObjectTreeUnmarshaller. start(DataHolder dataHolder)java.lang.ObjectAbstractTreeMarshallingStrategy. unmarshal(java.lang.Object root, HierarchicalStreamReader reader, DataHolder dataHolder, ConverterLookup converterLookup, Mapper mapper) -
Uses of DataHolder in com.thoughtworks.xstream.core.util
Methods in com.thoughtworks.xstream.core.util with parameters of type DataHolder Modifier and Type Method Description static CustomObjectInputStreamCustomObjectInputStream. getInstance(DataHolder whereFrom, CustomObjectInputStream.StreamCallback callback)Deprecated.static CustomObjectInputStreamCustomObjectInputStream. getInstance(DataHolder whereFrom, CustomObjectInputStream.StreamCallback callback, ClassLoaderReference classLoaderReference)static CustomObjectInputStreamCustomObjectInputStream. getInstance(DataHolder whereFrom, CustomObjectInputStream.StreamCallback callback, java.lang.ClassLoader classLoader)Deprecated.static CustomObjectOutputStreamCustomObjectOutputStream. getInstance(DataHolder whereFrom, CustomObjectOutputStream.StreamCallback callback)
-