From: Alexis Laferrière Date: Fri, 29 May 2015 00:51:12 +0000 (-0400) Subject: lib/serialization: declare the `serialize` and the `noserialize` annotations X-Git-Tag: v0.7.5~8^2~11 X-Git-Url: http://nitlanguage.org lib/serialization: declare the `serialize` and the `noserialize` annotations Signed-off-by: Alexis Laferrière --- diff --git a/lib/serialization/serialization.nit b/lib/serialization/serialization.nit index 8977baa..3ab8351 100644 --- a/lib/serialization/serialization.nit +++ b/lib/serialization/serialization.nit @@ -44,6 +44,8 @@ # `notify_of_creation` must be redefined. module serialization is new_annotation auto_serializable + new_annotation serialize + new_annotation noserialize end # Abstract serialization service to be sub-classed by specialized services.