Hi, I'm looking for a binary serializer that will hopefully allow newer versions of my program that for example add new fields to a type to still load data created by older versions of that same program. Is there anything like that? Thanks!
- Does Nim have a binary serializer similar to Gos "encoding/... Keithcat1
