Skip to content

dubu-serialize v1.0

Compare
Choose a tag to compare
@Husenap Husenap released this 26 Sep 20:05
· 4 commits to develop since this release
15fda21
   _     _                       _     _ _                ___     ___ 
 _| |_ _| |_ _ _ ___ ___ ___ ___|_|___| |_|___ ___    _ _|_  |   |   |
| . | | | . | | |___|_ -| -_|  _| | .'| | |- _| -_|  | | |_| |_ _| | |
|___|___|___|___|   |___|___|_| |_|__,|_|_|___|___|   \_/|_____|_|___|

C++ Serialization Library

Features

  • Serialization of standard types such as:
    • std::vector
    • std::array
    • std::basic_string
    • std::filesystem::path
    • All arithmetic types
  • Serialize function on custom types, see readme