Exception serialization/deserialization
Deserializes JSON string by constructing new Exception object with message m and backtrace b serialized with to_json
Returns a hash, that will be turned into a JSON object and represent this object.
Stores class name (Exception) with message m and backtrace array b as JSON string
[Validate]