Hey,

> ... database ... schema ... serialization ...

This change has zero impact on our database schema or on how we index things based on entity ids. That is an entirely different topic.

In the database, we (generally) have the numeric ID and entity type. How do we construct an ItemId from that?

See the code ;) Serialization was already encapsulated, so only some local
changes are needed for this. Users in general do not know about the db
serialization format.

The serialization format is an external, canonical representation. The database form is internal and may change. Isn't that the reason we also have two JSON representations for entities?

What are you asking or stating? Is your second question here related to your first? Are you simply trying to state some things by asking rhetorical questions? Something else entirely?

Cheers

--
Jeroen De Dauw
http://www.bn2vs.com
Don't panic. Don't be evil. ~=[,,_,,]:3
--