Merge: Serialization: use model to get attribute types & `auto_serializable` implies...
authorJean Privat <jean@pryen.org>
Tue, 22 Jul 2014 20:10:01 +0000 (16:10 -0400)
committerJean Privat <jean@pryen.org>
Tue, 22 Jul 2014 20:10:01 +0000 (16:10 -0400)
The `auto_serializable` implies `super Serializable` part is up for discussion. It cleans up the code, but the code could no more be compatible with engines that do not handle the annotation.

Next there will be a tool (and/or a phase) to generate support to deserialize generic types.

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


Trivial merge