Corey Tabaka
Corey Tabaka
I would be open to adding some form of support for view-like objects to the Reader interface. Let me consider the consequences of various options. Hopefully you don't mind maintaining...
I have not done a comparative analysis with other serialization libraries. Maybe at some point in the future.
No reason other than there isn't a specialization to handle it, like there is for integral types. I think it makes sense to use the binary container encoding for floating...
That would work, but there might be users with data in the current encoding. It would be safer to add a separate specialization that can handle reading both encodings.
I'll look into it when I get a chance. I'm thinking of starting to maintain versioned releases to handle format breaking changes. Once I work that out I'll put up...
Hi! Recursive types are supported. Here's an example based on your code: https://godbolt.org/z/K1WbMdKno Cheers, Corey