com.ibm.xsp.model.domino.wrapped
Class DominoDocument.JsonDocument

java.lang.Object
  extended by com.ibm.xsp.model.domino.wrapped.DominoDocument.JsonDocument
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable
Enclosing class:
DominoDocument

public static class DominoDocument.JsonDocument
extends java.lang.Object
implements java.io.Externalizable

Experimental JSON support (DO NOT USE)

See Also:
Serialized Form

Field Summary
static JsonFactory defaultJsonFactory
           
 
Constructor Summary
DominoDocument.JsonDocument()
           
DominoDocument.JsonDocument(java.lang.String fieldName, java.lang.String attachmentName, java.lang.Object document, boolean readOnly)
           
 
Method Summary
 JsonFactory getJsonFactory()
           
 void readExternal(java.io.ObjectInput in)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultJsonFactory

public static JsonFactory defaultJsonFactory
Constructor Detail

DominoDocument.JsonDocument

public DominoDocument.JsonDocument()

DominoDocument.JsonDocument

public DominoDocument.JsonDocument(java.lang.String fieldName,
                                   java.lang.String attachmentName,
                                   java.lang.Object document,
                                   boolean readOnly)
Method Detail

getJsonFactory

public JsonFactory getJsonFactory()

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException