lib/json: remove Jsonable and replace it by Serializable
[nit.git] / lib / neo4j / graph / graph.nit
index 12a2b9f..d3be0d5 100644 (file)
@@ -47,7 +47,7 @@ abstract class NeoNodeCollection
        super SimpleCollection[NeoNode]
 
        # The type of the local IDs.
-       type ID_TYPE: Jsonable
+       type ID_TYPE: Serializable
 
        # The property of the nodes that hold the local ID.
        var id_property: String