On Monday, 2 January 2017 at 15:16:31 UTC, Basile B. wrote:
Write your plan here, and let's take a rendez-vous next year, to check those plans !!

My own plan is still related to runtime-info based serialization. I know that people inject the bloat each time they want serialization:

write object: template bloat
read object: template bloat
object inspector: template bloat
object binding: template bloat

What I'd like to show is that whatever is the context, you don't need the template bloat. Simply thanks to the runtime type info.

Reply via email to