c-plus-plus-serializer icon indicating copy to clipboard operation
c-plus-plus-serializer copied to clipboard

A minimal C++11 header only serializer. Can serialize basic types, strings, containers, maps and custom classes. No suppprt yet for pointer types.

Results 2 c-plus-plus-serializer issues
Sort by recently updated
recently updated
newest added

Hi the values read arent working, on windows, visual studio: ``` std::cout bits(c) ; std::cout

Hello team, I've a publisher-subscriber code now I need to implement the serializer in publisher and deserializer in subscriber. I need to send a 3d vector using iceoryx OR ecal...