Map of already serialized objects to the reference id

Property definitions

serialization $ SerializerCache :: sent
	# Map of already serialized objects to the reference id
	protected var sent: Map[Serializable, Int] = new StrictHashMap[Serializable, Int]
lib/serialization/caching.nit:57,2--58,82