getml / reflect-cpp

A C++20 library for fast serialization, deserialization and validation using reflection. Supports JSON, BSON, CBOR, flexbuffers, msgpack, TOML, XML, YAML / msgpack.org[C++20]
https://getml.github.io/reflect-cpp/
MIT License
821 stars 65 forks source link

Add support for bytestrings #54

Closed liuzicheng1987 closed 4 months ago

liuzicheng1987 commented 5 months ago

Unlike textual formats, binary formats like CBOR, BSON, etc also support bytestrings. This should also be reflects in our library.

liuzicheng1987 commented 4 months ago

Closing this issue in favour of the more general issue #69