Merge: Deserialize generics with nitserial
authorJean Privat <jean@pryen.org>
Wed, 13 Aug 2014 20:30:15 +0000 (16:30 -0400)
committerJean Privat <jean@pryen.org>
Wed, 13 Aug 2014 20:30:15 +0000 (16:30 -0400)
nitserial compiles a Nit module after analyzing a Nit program. This module can then be compiled with the program (possibly using `-m`) to support deserializing any alive generic type. Many generated module can be used to support different libraries with hidden serialization logic, or to support exchanges between a client and a server.

Will be used by the RESTful interface of Benitlux.

Pull-Request: #650
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Jean Privat <jean@pryen.org>


Trivial merge