Is there an object associated to id?

Property definitions

serialization $ DeserializerCache :: has_id
	# Is there an object associated to `id`?
	fun has_id(id: Int): Bool do return received.keys.has(id)
lib/serialization/caching.nit:93,2--94,58