Get the object associated to id

Property definitions

serialization $ DeserializerCache :: object_for
	# Get the object associated to `id`
	fun object_for(id: Int): nullable Object do return received[id]
lib/serialization/caching.nit:96,2--97,64