Class JSON
java.lang.Object
com.dslplatform.compiler.client.json.JSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserializeList(JsonReader reader) private static LinkedHashMap<String, Object> deserializeMap(JsonReader reader) private static ObjectdeserializeObject(JsonReader reader) readList(byte[] input, int length) readMap(byte[] input, int length)
-
Constructor Details
-
JSON
public JSON()
-
-
Method Details
-
deserializeObject
- Throws:
IOException
-
deserializeList
- Throws:
IOException
-
readMap
- Throws:
IOException
-
readList
- Throws:
IOException
-
deserializeMap
- Throws:
IOException
-