(crabbake "serializes to const", which for a large object graph can mean a lot of const code to parse and compile, which isn't bad but can be slow)
1
2
I take it that serialising to data structure constructors wasn't possible due to privacy etc?
1
It can serialize to data structure constructors, it's up to individual data structures to pick how they can be constructed here, not all of them have easily const ways of constructing as the default
1