[英] Typescript objects serialization?
Are there any means for JSON serialization/deserialization of Typescript objects so that they don't loose type information? Simple JSON.parse(JSON.stringify)
has too many caveats.
Or I should use adhoc solutions?