reflect-cpp
Serialization utility
A C++ library for fast serialization and validation 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
25 watching
101 forks
Language: C++
last commit: 6 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
chocolacula/easy_reflection_cpp | A reflection-based serialization library for C++ | 96 |
stevinz/reflect | A small, flexible library for runtime reflection and metadata in C++11. | 5 |
veselink1/refl-cpp | Provides compile-time reflection and introspection capabilities for C++17 | 1,086 |
austinbrunkhorst/cpp-reflection | A C++ toolkit for analyzing and manipulating source code at runtime | 667 |
billyquith/ponder | A C++ reflection library with Lua binding and JSON/ XML serialization. | 648 |
qlibs/reflect | A C++20 static reflection library providing minimal API for introspection and manipulation of objects at compile-time | 318 |
cpgf/cpgf | A comprehensive C++ library for callback, reflection, serialization, and script binding with Lua, Python, JavaScript engines. | 220 |
bytedance/sonic-cpp | A fast JSON serialization and deserialization library with SIMD acceleration | 855 |
boostorg/pfr | Provides reflection and serialization capabilities for user-defined types without boilerplate code | 1,334 |
manu343726/tinyrefl | A minimal C++ static reflection API and codegen tool for generating macro-based APIs | 257 |
skypjack/meta | A header-only, non-intrusive and macro-free runtime reflection system for C++ | 590 |
jsoysouvanh/refureku | A C++17 runtime reflection library for dynamic entity manipulation and metadata management in cross-platform applications. | 225 |
clarkok/reflect | A header-only library for creating runtime reflections of classes and enums | 25 |
thekvs/cpp-serializers | Compares performance of various data serialization libraries in C++ | 730 |
raveler/ffmpeg-cpp | A C++ wrapper around the FFmpeg libraries to simplify video processing and encoding. | 560 |