A custom JsonEncoder & Decoder class
Overloading JSONEncoder and JSONDecoder allow us to handle other object type of variable.
With this example we can convert datetime and object of MyClass to string and vice versa.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A custom JsonEncoder & Decoder class
Overloading JSONEncoder and JSONDecoder allow us to handle other object type of variable.
With this example we can convert datetime and object of MyClass to string and vice versa.