Package com.google.gson.stream

Class Summary
JsonReader Reads a JSON (RFC 4627) encoded value as a stream of tokens.
JsonWriter Writes a JSON (RFC 4627) encoded value to a stream, one token at a time.
 

Enum Summary
JsonToken A structure, name or value type in a JSON-encoded string.
 

Exception Summary
MalformedJsonException Thrown when a reader encounters malformed JSON.
 



Copyright © 2008-2010. All Rights Reserved.