Deserialization depends on what is created in serialization step. In some case the implementation can be empty.
Serialization result can be literally anything. You could return the provided value as json or simply create a copy of the source object.
Generated using TypeDoc
Uses javascript bundled JSON serialization/deserialization.