Closed
Description
Playground Link: Here
If a class is parsed from JSON data. Instance methods cannot be access anymore. Method calls fail silently without any logging. It works fine if class is created using "new ClassName()". Also works fine for static method calls.