I would like to have a discussion about how to implement the Serialization/Deserialization of the iceberg metadata. There are currently two different designs each with its pros and cons. The designs are:
- Split representation into in_memory/on_disk part (example)
- Use custom implementations of
Serialize/Deserialize (example)
I would like to get your opinion which design you prefer.