-
@increpare hand-roll a serialization format or hand-roll serialization-to-yaml? I originally did the first one but it was hard to keep the format and the code using it forward-compatible and error handling was near impossible - thats way different now
-
@increpare also I picked yaml just because the C++ api of yaml-cpp looked like a good fit. The format isnt meant to be human-readable but it certainly helps in development :)