From: Jean Privat Date: Tue, 26 May 2015 10:09:51 +0000 (-0400) Subject: Merge: Apply serialization in calculator, a_star, more_collections, Couple and Container X-Git-Tag: v0.7.5~31 X-Git-Url: http://nitlanguage.org Merge: Apply serialization in calculator, a_star, more_collections, Couple and Container Use `auto_serialize` in the calculator example, and remove the old custom JSON serialization. The `a_star` module needed special care and could not rely only on `auto_serialize`. This was to avoid serializing graphs as a deep tree, instead we serialize the nodes first, then the links and we rebuild the graph at deserialization. Besides that, more collections support the serialization. Pull-Request: #1364 Reviewed-by: Jean Privat Reviewed-by: Alexandre Terrasa Reviewed-by: Lucas Bajolet --- bfb1f6bdab7bd5913662b672580444a34321bc4f