Deprecated Methods |
com.thoughtworks.xstream.mapper.ClassAliasingMapper.addClassAttributeAlias(String, Class)
As of 1.3, method was a leftover of an old implementation |
com.thoughtworks.xstream.mapper.MapperWrapper.aliasForAttribute(Class, String)
As of 1.3, use combination of MapperWrapper.serializedMember(Class, String) and MapperWrapper.getConverterFromItemType(String, Class, Class) |
com.thoughtworks.xstream.mapper.Mapper.aliasForAttribute(Class, String)
As of 1.3, use combination of Mapper.serializedMember(Class, String) and Mapper.getConverterFromItemType(String, Class, Class) |
com.thoughtworks.xstream.mapper.DefaultMapper.aliasForAttribute(Class, String)
As of 1.3, use combination of DefaultMapper.serializedMember(Class, String) and DefaultMapper.getConverterFromItemType(String, Class, Class) |
com.thoughtworks.xstream.mapper.MapperWrapper.attributeForAlias(Class, String)
As of 1.3, use combination of MapperWrapper.realMember(Class, String) and MapperWrapper.getConverterFromItemType(String, Class, Class) |
com.thoughtworks.xstream.mapper.Mapper.attributeForAlias(Class, String)
As of 1.3, use combination of Mapper.realMember(Class, String) and Mapper.getConverterFromItemType(String, Class, Class) |
com.thoughtworks.xstream.mapper.DefaultMapper.attributeForAlias(Class, String)
As of 1.3, use combination of DefaultMapper.realMember(Class, String) and DefaultMapper.getConverterFromItemType(String, Class, Class) |
com.thoughtworks.xstream.io.xml.xppdom.Xpp3DomBuilder.build(Reader)
As of 1.4, use XppDom.build(XmlPullParser) instead |
com.thoughtworks.xstream.annotations.Annotations.configureAliases(XStream, Class>...)
As of 1.3, use XStream.processAnnotations(Class[]) |
com.thoughtworks.xstream.io.xml.XppReader.createParser()
As of 1.4, use XppReader.XppReader(Reader, XmlPullParser) instead |
com.thoughtworks.xstream.core.ReferencingMarshallingContext.currentPath()
As of 1.4.2 |
com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer.escapeName(String)
As of 1.4, use XmlFriendlyNameCoder instead |
com.thoughtworks.xstream.io.xml.AbstractXmlReader.escapeXmlName(String)
As of 1.4, use AbstractReader instead. |
com.thoughtworks.xstream.io.xml.AbstractXmlWriter.escapeXmlName(String)
As of 1.4 use AbstractWriter.encodeNode(String) or AbstractWriter.encodeAttribute(String) instead |
com.thoughtworks.xstream.io.xml.XmlFriendlyWriter.escapeXmlName(String)
As of 1.4 |
com.thoughtworks.xstream.annotations.AnnotationProvider.getAnnotation(Field, Class)
As of 1.3 |
com.thoughtworks.xstream.mapper.MapperWrapper.getConverterFromAttribute(Class, String)
As of 1.3.1, use MapperWrapper.getConverterFromAttribute(Class, String, Class) |
com.thoughtworks.xstream.mapper.Mapper.getConverterFromAttribute(Class, String)
As of 1.3.1, use Mapper.getConverterFromAttribute(Class, String, Class) |
com.thoughtworks.xstream.mapper.AttributeMapper.getConverterFromAttribute(Class, String)
As of 1.3.1, use AttributeMapper.getConverterFromAttribute(Class, String, Class) |
com.thoughtworks.xstream.mapper.DefaultMapper.getConverterFromAttribute(Class, String)
As of 1.3.1, use DefaultMapper.getConverterFromAttribute(Class, String, Class) |
com.thoughtworks.xstream.mapper.MapperWrapper.getConverterFromAttribute(String)
As of 1.3, use MapperWrapper.getConverterFromAttribute(Class, String, Class) |
com.thoughtworks.xstream.mapper.Mapper.getConverterFromAttribute(String)
As of 1.3, use Mapper.getConverterFromAttribute(Class, String, Class) |
com.thoughtworks.xstream.mapper.AttributeMapper.getConverterFromAttribute(String)
As of 1.3, use AttributeMapper.getConverterFromAttribute(Class, String, Class) |
com.thoughtworks.xstream.mapper.DefaultMapper.getConverterFromAttribute(String)
As of 1.3, use DefaultMapper.getConverterFromAttribute(Class, String, Class) |
com.thoughtworks.xstream.mapper.MapperWrapper.getConverterFromItemType(Class)
As of 1.3, use MapperWrapper.getConverterFromItemType(String, Class, Class) |
com.thoughtworks.xstream.mapper.Mapper.getConverterFromItemType(Class)
As of 1.3, use Mapper.getConverterFromItemType(String, Class, Class) |
com.thoughtworks.xstream.mapper.AttributeMapper.getConverterFromItemType(Class)
As of 1.3, use AttributeMapper.getConverterFromItemType(String, Class, Class) |
com.thoughtworks.xstream.mapper.DefaultMapper.getConverterFromItemType(Class)
As of 1.3, use DefaultMapper.getConverterFromItemType(String, Class, Class) |
com.thoughtworks.xstream.mapper.MapperWrapper.getConverterFromItemType(String, Class)
As of 1.3, use MapperWrapper.getConverterFromItemType(String, Class, Class) |
com.thoughtworks.xstream.mapper.Mapper.getConverterFromItemType(String, Class)
As of 1.3, use Mapper.getConverterFromItemType(String, Class, Class) |
com.thoughtworks.xstream.mapper.AttributeMapper.getConverterFromItemType(String, Class)
As of 1.3, use AttributeMapper.getConverterFromItemType(String, Class, Class) |
com.thoughtworks.xstream.mapper.DefaultMapper.getConverterFromItemType(String, Class)
As of 1.3, use DefaultMapper.getConverterFromItemType(String, Class, Class) |
com.thoughtworks.xstream.core.JVM.is14()
As of 1.4.4, minimal JDK version is 1.4 already |
com.thoughtworks.xstream.core.JVM.is15()
As of 1.4.4, minimal JDK version will be 1.6 for next major release |
com.thoughtworks.xstream.core.JVM.is16()
As of 1.4.4, minimal JDK version will be 1.6 for next major release |
com.thoughtworks.xstream.converters.javabean.PropertyDictionary.property(Class, String)
As of 1.3.1, use PropertyDictionary.propertyDescriptor(Class, String) instead |
com.thoughtworks.xstream.converters.reflection.FieldDictionary.serializableFieldsFor(Class)
As of 1.3, use FieldDictionary.fieldsFor(Class) instead |
com.thoughtworks.xstream.converters.javabean.PropertyDictionary.serializablePropertiesFor(Class)
As of 1.3.1, use PropertyDictionary.propertiesFor(Class) instead |
com.thoughtworks.xstream.mapper.AttributeMapper.setConverterLookup(ConverterLookup)
As of 1.3 |
com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer.unescapeName(String)
As of 1.4, use XmlFriendlyNameCoder instead |
com.thoughtworks.xstream.io.xml.AbstractXmlReader.unescapeXmlName(String)
As of 1.4, use AbstractReader.decodeNode(String) or AbstractReader.decodeAttribute(String) instead. |
com.thoughtworks.xstream.io.xml.XmlFriendlyReader.unescapeXmlName(String)
As of 1.4 |
com.thoughtworks.xstream.io.xml.AbstractXmlDriver.xmlFriendlyReplacer()
As of 1.4 |
Deprecated Constructors |
com.thoughtworks.xstream.io.xml.AbstractDocumentReader(Object, XmlFriendlyReplacer)
As of 1.4, use AbstractDocumentReader.AbstractDocumentReader(Object, NameCoder) instead. |
com.thoughtworks.xstream.io.xml.AbstractDocumentWriter(Object, XmlFriendlyReplacer)
As of 1.4 use
AbstractDocumentWriter.AbstractDocumentWriter(Object, NameCoder)
instead. |
com.thoughtworks.xstream.io.xml.AbstractPullReader(XmlFriendlyReplacer)
As of 1.4 use AbstractPullReader.AbstractPullReader(NameCoder) instead |
com.thoughtworks.xstream.io.xml.AbstractXmlDriver()
As of 1.4 |
com.thoughtworks.xstream.io.xml.AbstractXmlDriver(XmlFriendlyReplacer)
As of 1.4 |
com.thoughtworks.xstream.io.xml.AbstractXmlReader(XmlFriendlyReplacer)
As of 1.4, use AbstractReader instead. |
com.thoughtworks.xstream.io.xml.AbstractXmlWriter(XmlFriendlyReplacer)
As of 1.4 |
com.thoughtworks.xstream.annotations.AnnotationReflectionConverter(Mapper, ReflectionProvider, AnnotationProvider)
|
com.thoughtworks.xstream.mapper.AttributeMapper(Mapper)
As of 1.3 |
com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter(Mapper, ReflectionProvider)
As of 1.4 use CGLIBEnhancedConverter.CGLIBEnhancedConverter(Mapper, ReflectionProvider, ClassLoader) |
com.thoughtworks.xstream.io.xml.CompactWriter(Writer, int, XmlFriendlyReplacer)
As of 1.4 use CompactWriter.CompactWriter(Writer, int, NameCoder) instead. |
com.thoughtworks.xstream.io.xml.CompactWriter(Writer, XmlFriendlyReplacer)
As of 1.4 use CompactWriter.CompactWriter(Writer, NameCoder) instead. |
com.thoughtworks.xstream.core.DefaultConverterLookup(Mapper)
As of 1.3, use DefaultConverterLookup.DefaultConverterLookup() |
com.thoughtworks.xstream.io.xml.Dom4JDriver(DocumentFactory, OutputFormat, XmlFriendlyReplacer)
As of 1.4, use Dom4JDriver.Dom4JDriver(DocumentFactory, OutputFormat, NameCoder) instead. |
com.thoughtworks.xstream.io.xml.Dom4JReader(Document, XmlFriendlyReplacer)
As of 1.4, use Dom4JReader.Dom4JReader(Document, NameCoder) instead |
com.thoughtworks.xstream.io.xml.Dom4JReader(Element, XmlFriendlyReplacer)
As of 1.4, use Dom4JReader.Dom4JReader(Element, NameCoder) instead |
com.thoughtworks.xstream.io.xml.Dom4JWriter(Branch, DocumentFactory, XmlFriendlyReplacer)
As of 1.4 use Dom4JWriter.Dom4JWriter(Branch, DocumentFactory, NameCoder) instead. |
com.thoughtworks.xstream.io.xml.Dom4JWriter(Branch, XmlFriendlyReplacer)
As of 1.4 use Dom4JWriter.Dom4JWriter(Branch, NameCoder) instead |
com.thoughtworks.xstream.io.xml.Dom4JWriter(DocumentFactory, XmlFriendlyReplacer)
As of 1.4 use Dom4JWriter.Dom4JWriter(DocumentFactory, NameCoder) instead. |
com.thoughtworks.xstream.io.xml.Dom4JXmlWriter(XMLWriter, XmlFriendlyReplacer)
As of 1.4 use Dom4JXmlWriter.Dom4JXmlWriter(XMLWriter, NameCoder) instead. |
com.thoughtworks.xstream.io.xml.DomDriver(String, XmlFriendlyReplacer)
As of 1.4, use DomDriver.DomDriver(String, NameCoder) instead. |
com.thoughtworks.xstream.io.xml.DomReader(Document, XmlFriendlyReplacer)
As of 1.4, use DomReader.DomReader(Document, NameCoder) instead. |
com.thoughtworks.xstream.io.xml.DomReader(Element, XmlFriendlyReplacer)
As of 1.4, use DomReader.DomReader(Element, NameCoder) instead. |
com.thoughtworks.xstream.io.xml.DomWriter(Document, XmlFriendlyReplacer)
As of 1.4 use DomWriter.DomWriter(Document, NameCoder) instead. |
com.thoughtworks.xstream.io.xml.DomWriter(Element, Document, XmlFriendlyReplacer)
As of 1.4 use DomWriter.DomWriter(Element, Document, NameCoder) instead. |
com.thoughtworks.xstream.io.xml.DomWriter(Element, XmlFriendlyReplacer)
As of 1.4 use DomWriter.DomWriter(Element, NameCoder) instead. |
com.thoughtworks.xstream.mapper.EnumMapper(Mapper, ConverterLookup)
As of 1.3.1, use EnumMapper.EnumMapper(Mapper) |
com.thoughtworks.xstream.converters.reflection.ExternalizableConverter(Mapper)
As of 1.4 use ExternalizableConverter.ExternalizableConverter(Mapper, ClassLoader) |
com.thoughtworks.xstream.converters.javabean.JavaBeanConverter(Mapper, String)
As of 1.3, use JavaBeanConverter.JavaBeanConverter(Mapper) and XStream.aliasAttribute(String, String) |
com.thoughtworks.xstream.io.xml.JDomDriver(XmlFriendlyReplacer)
As of 1.4, use JDomDriver.JDomDriver(NameCoder) instead. |
com.thoughtworks.xstream.io.xml.JDomReader(Document, XmlFriendlyReplacer)
As of 1.4, use JDomReader.JDomReader(Document, NameCoder) instead. |
com.thoughtworks.xstream.io.xml.JDomReader(Element, XmlFriendlyReplacer)
As of 1.4, use JDomReader.JDomReader(Element, NameCoder) instead. |
com.thoughtworks.xstream.io.xml.JDomWriter(Element, JDOMFactory, XmlFriendlyReplacer)
As of 1.4 use JDomWriter.JDomWriter(Element, JDOMFactory, NameCoder) instead. |
com.thoughtworks.xstream.io.xml.JDomWriter(Element, XmlFriendlyReplacer)
As of 1.4 use JDomWriter.JDomWriter(Element, NameCoder) instead. |
com.thoughtworks.xstream.io.xml.JDomWriter(JDOMFactory, XmlFriendlyReplacer)
As of 1.4 use JDomWriter.JDomWriter(JDOMFactory, NameCoder) instead. |
com.thoughtworks.xstream.io.json.JettisonStaxWriter(QNameMap, XMLStreamWriter, boolean, boolean, XmlFriendlyReplacer, MappedNamespaceConvention)
As of 1.4 use
JettisonStaxWriter.JettisonStaxWriter(QNameMap, XMLStreamWriter, boolean, boolean, NameCoder, MappedNamespaceConvention)
instead |
com.thoughtworks.xstream.io.json.JsonHierarchicalStreamWriter(Writer)
As of 1.3.1, use JsonWriter instead |
com.thoughtworks.xstream.io.json.JsonHierarchicalStreamWriter(Writer, char[])
As of 1.3.1, use JsonWriter instead |
com.thoughtworks.xstream.io.json.JsonHierarchicalStreamWriter(Writer, char[], String)
As of 1.3.1, use JsonWriter instead |
com.thoughtworks.xstream.io.json.JsonHierarchicalStreamWriter(Writer, String)
As of 1.3.1, use JsonWriter instead |
com.thoughtworks.xstream.io.json.JsonHierarchicalStreamWriter(Writer, String, String)
As of 1.3.1, use JsonWriter instead |
com.thoughtworks.xstream.io.json.JsonWriter(Writer, char[])
As of 1.4 use instead |
com.thoughtworks.xstream.io.json.JsonWriter(Writer, char[], String)
As of 1.4 use instead |
com.thoughtworks.xstream.io.json.JsonWriter(Writer, char[], String, int)
As of 1.4 use instead |
com.thoughtworks.xstream.io.json.JsonWriter(Writer, String)
As of 1.4 use instead |
com.thoughtworks.xstream.io.json.JsonWriter(Writer, String, String)
As of 1.4 use instead |
com.thoughtworks.xstream.io.xml.PrettyPrintWriter(Writer, char[], String)
As of 1.3 |
com.thoughtworks.xstream.io.xml.PrettyPrintWriter(Writer, char[], String, XmlFriendlyReplacer)
As of 1.3 |
com.thoughtworks.xstream.io.xml.PrettyPrintWriter(Writer, int, char[], XmlFriendlyReplacer)
As of 1.4 use PrettyPrintWriter.PrettyPrintWriter(Writer, int, char[], NameCoder) instead |
com.thoughtworks.xstream.io.xml.PrettyPrintWriter(Writer, int, XmlFriendlyReplacer)
As of 1.4 use PrettyPrintWriter.PrettyPrintWriter(Writer, int, NameCoder) instead |
com.thoughtworks.xstream.io.xml.PrettyPrintWriter(Writer, String, String)
As of 1.3 |
com.thoughtworks.xstream.io.xml.PrettyPrintWriter(Writer, XmlFriendlyReplacer)
As of 1.4 use PrettyPrintWriter.PrettyPrintWriter(Writer, NameCoder) instead. |
com.thoughtworks.xstream.io.xml.SaxWriter(boolean, XmlFriendlyReplacer)
As of 1.4 use SaxWriter.SaxWriter(boolean, NameCoder) instead. |
com.thoughtworks.xstream.io.xml.SaxWriter(XmlFriendlyReplacer)
As of 1.4 use SaxWriter.SaxWriter(NameCoder) instead. |
com.thoughtworks.xstream.converters.reflection.SerializableConverter(Mapper, ReflectionProvider)
As of 1.4 use SerializableConverter.SerializableConverter(Mapper, ReflectionProvider, ClassLoader) |
com.thoughtworks.xstream.io.xml.StaxDriver(QNameMap, XmlFriendlyReplacer)
As of 1.4, use StaxDriver.StaxDriver(QNameMap, NameCoder) instead. |
com.thoughtworks.xstream.io.xml.StaxDriver(XmlFriendlyReplacer)
As of 1.4, use StaxDriver.StaxDriver(NameCoder) instead. |
com.thoughtworks.xstream.io.xml.StaxReader(QNameMap, XMLStreamReader, XmlFriendlyReplacer)
As of 1.4 use StaxReader.StaxReader(QNameMap, XMLStreamReader, NameCoder) instead. |
com.thoughtworks.xstream.io.xml.StaxWriter(QNameMap, XMLStreamWriter, boolean, boolean, XmlFriendlyReplacer)
As of 1.4 use
StaxWriter.StaxWriter(QNameMap, XMLStreamWriter, boolean, boolean, NameCoder)
instead |
com.thoughtworks.xstream.mapper.XmlFriendlyMapper(Mapper)
As of 1.3 use XmlFriendlyReader |
com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer()
As of 1.4, use XmlFriendlyNameCoder instead |
com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer(String, String)
As of 1.4, use XmlFriendlyNameCoder instead |
com.thoughtworks.xstream.io.xml.XomDriver(Builder, XmlFriendlyReplacer)
As of 1.4, use XomDriver.XomDriver(Builder, NameCoder) instead |
com.thoughtworks.xstream.io.xml.XomDriver(XmlFriendlyReplacer)
As of 1.4, use XomDriver.XomDriver(Builder, NameCoder) instead |
com.thoughtworks.xstream.io.xml.XomReader(Document, XmlFriendlyReplacer)
As of 1.4 use XomReader.XomReader(Element, NameCoder) instead. |
com.thoughtworks.xstream.io.xml.XomReader(Element, XmlFriendlyReplacer)
As of 1.4 use XomReader.XomReader(Element, NameCoder) instead. |
com.thoughtworks.xstream.io.xml.XomWriter(Element, XmlFriendlyReplacer)
As of 1.4 use XomWriter.XomWriter(Element, NameCoder) instead |
com.thoughtworks.xstream.io.xml.xppdom.Xpp3Dom(String)
As of 1.4, use XppDom instead |
com.thoughtworks.xstream.io.xml.XppDomDriver(XmlFriendlyReplacer)
As of 1.4, use XppDomDriver.XppDomDriver(NameCoder) instead. |
com.thoughtworks.xstream.io.xml.XppDomReader(XppDom, XmlFriendlyReplacer)
As of 1.4 use XppDomReader.XppDomReader(XppDom, NameCoder) instead. |
com.thoughtworks.xstream.io.xml.XppDomWriter(XmlFriendlyReplacer)
As of 1.4 use XppDomWriter.XppDomWriter(NameCoder) instead |
com.thoughtworks.xstream.io.xml.XppDomWriter(XppDom, XmlFriendlyReplacer)
As of 1.4 use XppDomWriter.XppDomWriter(XppDom, NameCoder) instead. |
com.thoughtworks.xstream.io.xml.XppDriver(XmlFriendlyReplacer)
As of 1.4, use XppDriver.XppDriver(NameCoder) instead. |
com.thoughtworks.xstream.io.xml.XppReader(Reader)
As of 1.4, use XppReader.XppReader(Reader, XmlPullParser) instead |
com.thoughtworks.xstream.io.xml.XppReader(Reader, XmlFriendlyReplacer)
As of 1.4, use XppReader.XppReader(Reader, XmlPullParser, NameCoder) instead |
com.thoughtworks.xstream.XStream.InitializationException(String)
As of 1.3, use InitializationException instead |
com.thoughtworks.xstream.XStream.InitializationException(String, Throwable)
As of 1.3, use InitializationException instead |
com.thoughtworks.xstream.XStream(ReflectionProvider, Mapper, HierarchicalStreamDriver)
As of 1.3, use
XStream.XStream(ReflectionProvider, HierarchicalStreamDriver, ClassLoader, Mapper)
instead |
com.thoughtworks.xstream.io.xml.XStream11XmlFriendlyReplacer()
As of 1.4, use XStream11NameCoder instead |