public interface SerialContext
| Modifier and Type | Field and Description |
|---|---|
static int |
FLAG_RENDER_SHORT_NAMES |
| Modifier and Type | Method and Description |
|---|---|
java.lang.ClassLoader |
getClassLoader()
Returns the
ClassLoader from which new should
be instantiated or introspected. |
org.w3c.dom.Document |
getDocument()
Returns the DOM
Document to/from which the property is
being (de)serialized. |
int |
getFlags()
Returns flags used to alter rendering and parsing behavior.
|
static final int FLAG_RENDER_SHORT_NAMES
org.w3c.dom.Document getDocument()
Document to/from which the property is
being (de)serialized.Documentint getFlags()
java.lang.ClassLoader getClassLoader()
ClassLoader from which new should
be instantiated or introspected.ClassLoader