From: Jean Privat Date: Sat, 30 May 2015 00:36:52 +0000 (-0400) Subject: Merge: Serialization: change annotation to `serialize` and intro `noserialize` X-Git-Tag: v0.7.5~8 X-Git-Url: http://nitlanguage.org Merge: Serialization: change annotation to `serialize` and intro `noserialize` The annotation `serialize` replaces `auto_serialize` and it is also more versatile. It can annotate a module so all its class definitions are serializable. It can also annotate an attribute so only this attribute is serialized. The `noserialize` annotation is for exceptions to `serialize`. The most common case is to mark as non-serializable an attribute such as a password or a data blob. Pull-Request: #1389 Reviewed-by: Alexandre Terrasa Reviewed-by: Jean Privat Reviewed-by: Lucas Bajolet --- b68e4567820b14ace75f2a345d497c1f51a20347