LionWeb-io / lionweb-java

Apache License 2.0
2 stars 1 forks source link

Consider mapping primitive serializers and deserializers by metapointers #141

Open ftomassetti opened 4 months ago

ftomassetti commented 4 months ago

We currently map them by ID, as it is unique while key is unique within a certain version of a language. So we should probably use the metapointer (language key + datatype key).

This would have the benefit of having the same serializers being usable across language versions.