A base class that provides a custom JSON serialization method.
The Serializable class offers a simple mechanism for converting class instances to JSON representation using a shallow copy of the instance's properties.
Optional
A base class that provides a custom JSON serialization method.
Remarks
The Serializable class offers a simple mechanism for converting class instances to JSON representation using a shallow copy of the instance's properties.