/Serializer

A crude C++17 & ↑-wards header-only library for data structure serialization.

Primary LanguageC++MIT LicenseMIT

Serializer

A crude C++17 & ↑-wards header-only library for data structure serialization.

Release version Total downloads C version wakatime

This library aims to be as simple as possible, helping serialize C++ data structures. An example test.cpp has been provided that implements (de)serialization for std::string.

Licesense

This project uses a MIT license.