public abstract class AbstractMarshaller<T> extends Object implements Marshaller<T>
FORMAT_OUTPUT| Constructor and Description | 
|---|
AbstractMarshaller(Class<T> clzRoot)
Construct a marshaller instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Class<T> | 
getRootClass()
Return class of the root object this marshaller is for. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmarshal, marshalAsFragment, unmarshal