Package com.thoughtworks.xstream.io
Interface ExtendedHierarchicalStreamWriter
-
- All Superinterfaces:
HierarchicalStreamWriter
- All Known Implementing Classes:
AbstractDocumentWriter
,AbstractJsonWriter
,AbstractWriter
,AbstractXmlWriter
,BinaryStreamWriter
,CompactWriter
,DomWriter
,JsonHierarchicalStreamWriter
,JsonWriter
,PathTrackingWriter
,PrettyPrintWriter
,SaxWriter
,StatefulWriter
,StaxWriter
,WriterWrapper
,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 void
startNode(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
-
-