Serialized Form
-
Package com.oracle.coherence.io.json
-
Class com.oracle.coherence.io.json.JsonObject extends LinkedHashMap<String,Object> implements Serializable
- serialVersionUID:
- 336675295275632710L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException
Initialize this object from the data in the passed ObjectInput stream.- Throws:
IOException- if an I/O exception occurs
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
Write this object's data to the passed ObjectOutput stream.- Throws:
IOException- if an I/O exception occurs
-
-
-
Package com.oracle.coherence.io.json.genson
-
Class com.oracle.coherence.io.json.genson.JsonBindingException extends RuntimeException implements Serializable
-
-
Package com.oracle.coherence.io.json.genson.stream
-
Class com.oracle.coherence.io.json.genson.stream.JsonStreamException extends RuntimeException implements Serializable
- serialVersionUID:
- 8033784054415043293L
-
Serialized Fields
-
column
int column
-
row
int row
-
-
-
Package com.oracle.coherence.io.json.internal
-
Class com.oracle.coherence.io.json.internal.JsonPortableException extends RuntimeException implements Serializable
-