|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mongodb.util.JSON
public class JSON
Helper methods for JSON serialization and de-serialization
Constructor Summary | |
---|---|
JSON()
|
Method Summary | |
---|---|
static Object |
parse(String s)
Parses a JSON string representing a JSON value |
static Object |
parse(String s,
BSONCallback c)
Parses a JSON string representing a JSON value |
static String |
serialize(Object o)
Serializes an object into it's JSON form |
static void |
serialize(Object o,
StringBuilder buf)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JSON()
Method Detail |
---|
public static String serialize(Object o)
o
- object to serialize
public static void serialize(Object o, StringBuilder buf)
public static Object parse(String s)
s
- the string to parse
public static Object parse(String s, BSONCallback c)
s
- the string to parse
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |