Is there a standard way to convert a map to an object of a user defined class?
In Python you can do MyClass(**map) which basically unwraps the map into named argumen
There is no built-in way. You can use one of the serialization packages like