serialization :: SerializerCache :: id_for
object
Require: has_object(object)
has_object(object)
# Get the id for `object` # # Require: `has_object(object)` fun id_for(object: Serializable): Int do assert sent.keys.has(object) return sent[object] end