com.thoughtworks.xstream.io
Class AbstractDriver
java.lang.Object
com.thoughtworks.xstream.io.AbstractDriver
- All Implemented Interfaces:
- HierarchicalStreamDriver
- Direct Known Subclasses:
- AbstractXmlDriver, JettisonMappedXmlDriver
public abstract class AbstractDriver
- extends Object
- implements HierarchicalStreamDriver
Abstract base class for all HierarchicalStreamDriver implementations. Implementations of
HierarchicalStreamDriver should rather be derived from this class then implementing
the interface directly.
- Since:
- 1.4
- Author:
- Jörg Schaible
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractDriver
public AbstractDriver()
- Creates an AbstractDriver with a NameCoder that does nothing.
AbstractDriver
public AbstractDriver(NameCoder nameCoder)
- Creates an AbstractDriver with a provided
NameCoder.
- Parameters:
nameCoder - the name coder for the target format
getNameCoder
protected NameCoder getNameCoder()
Copyright © 2004-2011 XStream. All Rights Reserved.