org.hypergraphdb.peer.serializer
Class JSONReader
java.lang.Object
org.hypergraphdb.peer.serializer.JSONReader
public class JSONReader
- extends java.lang.Object
Simple JSON parser - copied and adapted from the StringTree library.
|
Method Summary |
java.util.HashMap<java.lang.Integer,CustomSerializedValue> |
getCustomValues()
|
java.lang.Object |
read(java.text.CharacterIterator it)
|
java.lang.Object |
read(java.text.CharacterIterator ci,
int start)
|
java.lang.Object |
read(java.lang.String string)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FIRST
public static final int FIRST
- See Also:
- Constant Field Values
CURRENT
public static final int CURRENT
- See Also:
- Constant Field Values
NEXT
public static final int NEXT
- See Also:
- Constant Field Values
JSONReader
public JSONReader()
read
public java.lang.Object read(java.text.CharacterIterator ci,
int start)
read
public java.lang.Object read(java.text.CharacterIterator it)
read
public java.lang.Object read(java.lang.String string)
getCustomValues
public java.util.HashMap<java.lang.Integer,CustomSerializedValue> getCustomValues()