DogJsonExtension extension

on

Properties

jsonSerializer DogJsonSerializer
no setter

Methods

jsonDecode<T>(String encoded) → T
Decodes this encoded json to an T instance, using the DogConverter associated with T.
jsonDecodeList<T>(String encoded) List<T>
jsonDecodeSet<T>(String encoded) Set<T>
jsonEncode<T>(T value) String
Encodes this value to json, using the DogConverter associated with T.
jsonEncodeList<T>(List<T> value) String
jsonEncodeSet<T>(Set<T> value) String