reflect-cpp
Serialization library
A C++20 library for fast serialization and deserialization using reflection
A C++20 library for fast serialization, deserialization and validation using reflection. Supports JSON, BSON, CBOR, flexbuffers, msgpack, TOML, UBJSON, XML, YAML / msgpack.org[C++20]
1k stars
24 watching
105 forks
Language: C++
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A reflection-based serialization library for C++ | 99 |
| A small, flexible library for runtime reflection and metadata in C++11. | 5 |
| Provides compile-time reflection and introspection capabilities for C++17 | 1,097 |
| A C++ toolkit for analyzing and manipulating source code at runtime | 671 |
| A C++ reflection library with Lua binding and JSON/ XML serialization. | 649 |
| A C++20 static reflection library providing minimal API for introspection and manipulation of objects at compile-time | 330 |
| A comprehensive C++ library for callback, reflection, serialization, and script binding with Lua, Python, JavaScript engines. | 220 |
| A fast JSON serialization and deserialization library with SIMD acceleration | 861 |
| Provides reflection and serialization capabilities for user-defined types without boilerplate code | 1,351 |
| A minimal C++ static reflection API and codegen tool for generating macro-based APIs | 257 |
| A header-only, non-intrusive and macro-free runtime reflection system for C++ | 599 |
| A C++17 runtime reflection library for dynamic entity manipulation and metadata management in cross-platform applications. | 227 |
| A header-only library for creating runtime reflections of classes and enums | 25 |
| Compares performance of various data serialization libraries in C++ | 731 |
| A C++ wrapper around the FFmpeg libraries to simplify video processing and encoding. | 565 |