Package com.thoughtworks.xstream.io
Interface ExtendedHierarchicalStreamWriter
-
- All Superinterfaces:
HierarchicalStreamWriter
- All Known Implementing Classes:
AbstractDocumentWriter,AbstractJsonWriter,AbstractWriter,AbstractXmlWriter,BinaryStreamWriter,CompactWriter,Dom4JWriter,Dom4JXmlWriter,DomWriter,JDom2Writer,JDomWriter,JettisonStaxWriter,JsonHierarchicalStreamWriter,JsonWriter,PathTrackingWriter,PrettyPrintWriter,SaxWriter,StatefulWriter,StaxWriter,WriterWrapper,XomWriter,XppDomWriter
public interface ExtendedHierarchicalStreamWriter extends HierarchicalStreamWriter
Deprecated.As of 1.4.11, this interface will be merged into parent with version 1.5.0.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidstartNode(java.lang.String name, java.lang.Class clazz)Deprecated.-
Methods inherited from interface com.thoughtworks.xstream.io.HierarchicalStreamWriter
addAttribute, close, endNode, flush, setValue, startNode, underlyingWriter
-
-