X-Git-Url: http://nitlanguage.org diff --git a/lib/serialization.nit b/lib/serialization.nit index a87211f..8a1d1ee 100644 --- a/lib/serialization.nit +++ b/lib/serialization.nit @@ -15,7 +15,9 @@ # limitations under the License. # Offers services to serialize a Nit objects to different persistent formats -module serialization +module serialization is + new_annotation auto_serializable +end # Abstract serialization service to be sub-classed by specialized services. interface Serializer