Base class for all JSON provider implementations. More...
Public Member Functions | |
| abstract< T > T | deserialize (String valueJson) |
| Deserializes a value from a JSON string. More... | |
| abstract< T > String | serialize (T value) |
| Serializes a value to a JSON string. More... | |
Protected Member Functions | |
| JsonProvider () | |
Base class for all JSON provider implementations.
|
protected |
|
abstract |
Deserializes a value from a JSON string.
| valueJson | The JSON string to deserialize. |
|
abstract |
Serializes a value to a JSON string.
| value | The value to serialize. |