serdepp icon indicating copy to clipboard operation
serdepp copied to clipboard

c++ serialize and deserialize adaptor library like rust serde.rs

Results 4 serdepp issues
Sort by recently updated
recently updated
newest added

## library type change - static library -> header-only - optional dependencies install flag removed ## new adaptor cli11 - add cli11 support attributes - add cli11 support adaptor -...

Hello! Would it make sense to have a non-intrusive version of the `DERIVE_SERDE` macro? I usually need to serialize/deserialize structures from APIs which I would rather not modify. I guess...

Hello! I noticed a crash when printing to `stdout` just by including ``: ```cpp #include #include int main(int argc, char* argv[]) { if (argc > 1) { std::cout

Hi, Could you please give us any idea how can we adapt serdepp with our C++14 project? Serdepp is the only suitable library for our project ( it's amazing between...