Deserializes a json to a specific scala data structure.
Deserializes a json to a specific scala data structure.
scala data structure value.
serialized value of basic types (Int, String, Boolean, ...) are the values themselves, custom defined classes are usually serialized to map of (attribute -> value).
(Since version ) see corresponding Javadoc for more information.
Defines interface of class/object that defines unmarshal method. This method deserializes a specific scala data structure to json format.