- deserializeJson
T deserializeJson(S jsonString)
Undocumented in source. Be warned that the author may not have intended to support it.
- deserializeJsonObject
T deserializeJsonObject(Json!S json)
Undocumented in source. Be warned that the author may not have intended to support it.
- deserializeJsonObjectSafe
bool deserializeJsonObjectSafe(Json!S json, T value, S[] errorMessages)
Undocumented in source. Be warned that the author may not have intended to support it.
- deserializeJsonSafe
bool deserializeJsonSafe(S jsonString, T value, S[] errorMessages)
Undocumented in source. Be warned that the author may not have intended to support it.
- serializeJson
S serializeJson(T value, bool pretty)
Undocumented in source. Be warned that the author may not have intended to support it.
- serializeJsonObject
Json!S serializeJsonObject(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- serializeJsonObjectSafe
bool serializeJsonObjectSafe(T value, Json!S json)
Undocumented in source. Be warned that the author may not have intended to support it.
- serializeJsonSafe
bool serializeJsonSafe(T value, S jsonString, bool pretty)
Undocumented in source. Be warned that the author may not have intended to support it.
Copyright © Yurai Web Framework 2021