gson library Null safety
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
Functions
-
gsonDecode(
String str) → dynamic - Decode gson [...]
-
gsonEncode(
dynamic obj) → String - Encode gson [...]