| Modifier and Type | Method and Description |
|---|---|
<T> T |
Json.parse(Reader reader,
Type type)
Deserialize value of expected type.
|
Object[] |
Json.parse(Reader reader,
Type[] types)
Deserialize array of mixed types.
|
<T> T |
Json.parse(String value,
Type type)
Parse JSON encoded value and return instance of requested type.
|
Copyright © 2020. All rights reserved.