Merge remote-tracking branch 'alexis/deserialization'
authorJean Privat <jean@pryen.org>
Mon, 24 Feb 2014 20:53:46 +0000 (15:53 -0500)
committerJean Privat <jean@pryen.org>
Mon, 24 Feb 2014 22:45:53 +0000 (17:45 -0500)
Adds deserialization support to serialization framework and the Json
implementation. Also fix wrongful use of `' '` for chars in
generated
Json.

Merged to prevent bug with nitdoc and duplicate modules.

To be done next:

* Support for generic types
* Separate the json_serialization services in 2: pure json and json
* for
deserialization.
* Support NativeArray or its users


Trivial merge