Expand description
De-/serialization functions to and from json strings, allows the type to be used as a query string.
Functionsยง
- deserialize
 - Read a string from the input and deserialize it as a 
T. - serialize
 - Serialize the given value as a JSON string.