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)
commitf24ca51c44966530d8b9e1b969f7d6d9ad79ad39
treeea473e14cb268ad7a4dde73be32c4e57af5533b0
parent33668baf70c6b538b521183b8c1de11ecbad378f
parentde43f70058e80263f10ab3781737c5ded0ecd14b
Merge: Serialization: use model to get attribute types & `auto_serializable` implies `super Serializable`

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>