From: Jean Privat Date: Tue, 22 Jul 2014 20:10:01 +0000 (-0400) Subject: Merge: Serialization: use model to get attribute types & `auto_serializable` implies... X-Git-Tag: v0.6.7~26 X-Git-Url: http://nitlanguage.org 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 Reviewed-by: Jean Privat --- f24ca51c44966530d8b9e1b969f7d6d9ad79ad39