NextApp Echo3
v3.0.b4

nextapp.echo.app.serial
Interface SerialContext


public interface SerialContext

Contextual information provided during property serialization/de-serialization operations.


Field Summary
static int FLAG_RENDER_SHORT_NAMES
           
 
Method Summary
 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.
 

Field Detail

FLAG_RENDER_SHORT_NAMES

static final int FLAG_RENDER_SHORT_NAMES
See Also:
Constant Field Values
Method Detail

getDocument

org.w3c.dom.Document getDocument()
Returns the DOM Document to/from which the property is being (de)serialized.

Returns:
the DOM Document

getFlags

int getFlags()
Returns flags used to alter rendering and parsing behavior.

Returns:
the flags

getClassLoader

java.lang.ClassLoader getClassLoader()
Returns the ClassLoader from which new should be instantiated or introspected.

Returns:
the ClassLoader

NextApp Echo3
v3.0.b4