com.ibm.xsp.model.domino.wrapped
Class DominoDocument.JsonDocument
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defaultJsonFactory
public static JsonFactory defaultJsonFactory
DominoDocument.JsonDocument
public DominoDocument.JsonDocument()
DominoDocument.JsonDocument
public DominoDocument.JsonDocument(java.lang.String fieldName,
java.lang.String attachmentName,
java.lang.Object document,
boolean readOnly)
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