Default serializer that can convert JS data structures to the target type. It coerces types, converts object literals to class instances, and has type guards for JS types.
JSONSerializer has the same but for JSON data structures.
Protected
Generated using TypeDoc
Default serializer that can convert JS data structures to the target type. It coerces types, converts object literals to class instances, and has type guards for JS types.
JSONSerializer has the same but for JSON data structures.