shibuqam: make User serializable
[nit.git] / contrib / shibuqam / shibuqam.nit
index e8da9a5..a6bf333 100644 (file)
@@ -21,9 +21,12 @@ module shibuqam
 
 import nitcorn
 private import md5
+import serialization
 
 # Information on a user from Shibboleth/UQAM
 class User
+       serialize
+
        # The *code permanent* (or the uid for non student)
        var id: String