gamnit: add a subtexture with relative border coordinates
[nit.git] / tests / sav / nitserial_args1.res
index f82f50e..3e2cf64 100644 (file)
@@ -1,6 +1,7 @@
 # This file is generated by nitserial
 # Do not modify, but you can redef
 module test_serialization_serial is
+       generated
        no_warning("property-conflict")
 end
 
@@ -30,6 +31,7 @@ redef class Deserializer
                if name == "HashMap[String, POSetElement[String]]" then return new HashMap[String, POSetElement[String]].from_deserializer(self)
                if name == "Array[Match]" then return new Array[Match].from_deserializer(self)
                if name == "Array[nullable Match]" then return new Array[nullable Match].from_deserializer(self)
+               if name == "Array[nullable Serializable]" then return new Array[nullable Serializable].from_deserializer(self)
                return super
        end
 end