gson library

Classes

Byte
Datatype Byte
CustomValue
Double
Datatype Double
Float
Datatype Float
Gson
GsonDecoder
The Gson Decoder class recreates the content from a gson string
GsonEncoder
GsonParsable
A parsable object for the GsonDecoder to use
GsonValue
Integer
Datatype Integer
Long
Datatype Long
NumberValue
Short
Datatype Short

Properties

gson Gson
use gson.encode to encode gson and gson.decode to decode gson
no setter

Functions

gsonDecode(String str) → dynamic
Decode gson
gsonEncode(dynamic obj) String
Encode gson