From: Jean Privat Date: Tue, 10 Mar 2015 10:10:38 +0000 (+0700) Subject: Merge: Serialization phase skips abstract classes and add depth option to nitserial X-Git-Tag: v0.7.3~35 X-Git-Url: http://nitlanguage.org Merge: Serialization phase skips abstract classes and add depth option to nitserial This is a minor fix and new feature for the serialization support. * Prevents bug where the serialization phase create constructors for abstract classes. * Nitserial generates the generics support code for different depths: single module, group or project. Note that the serialization does not support fully the new constructors. But it can still be used on small classes that do not use any "fancy" constructor features. Pull-Request: #1193 Reviewed-by: Alexandre Terrasa Reviewed-by: Lucas Bajolet Reviewed-by: Jean Privat --- e42ec5ff886b153fd8733f24ffde3513c42da250