lib: intro `Float.lerp` for simple linear interpolation
[nit.git] / lib / serialization.nit
index a87211f..8a1d1ee 100644 (file)
@@ -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