J P S
J
- js.json - package js.json
-
JSON Parser and Serializer.
- Json - Interface in js.json
-
Facade for JSON parser and serializer.
- JsonException - Exception in js.json
-
Not checked exception thrown when JSON parsing or serialization fails for some reasons.
- JsonException(String, Object...) - Constructor for exception js.json.JsonException
-
Create parser exception with formatted message.
- JsonException(Throwable) - Constructor for exception js.json.JsonException
-
Create parser exception with error reporter and root cause throwable.
P
- parse(Reader, Type) - Method in interface js.json.Json
-
Deserialize value of expected type.
- parse(Reader, Type[]) - Method in interface js.json.Json
-
Deserialize array of mixed types.
- parse(String, Type) - Method in interface js.json.Json
-
Parse JSON encoded value and return instance of requested type.
- parseObject(Reader) - Method in interface js.json.Json
-
Deserialize JSON encoded object with inband type information.
S
- serialVersionUID - Static variable in exception js.json.JsonException
-
Java serialization version.
- stringify(Writer, Object) - Method in interface js.json.Json
-
Serialize value to JSON character stream and left it unclosed.
- stringify(Object) - Method in interface js.json.Json
-
Handy method for value object serialization to JSON formatted string.
- stringifyObject(Writer, Object) - Method in interface js.json.Json
-
Serialize object instance with inband type information.
J P S
Copyright © 2018. All rights reserved.