serialization :: DeserializerCache :: has_id
id
# Is there an object associated to `id`? fun has_id(id: Int): Bool do return received.keys.has(id)