reflective-rapidjson/TODOs.md

20 lines
997 B
Markdown
Raw Normal View History

2017-11-02 15:15:29 +01:00
## Reflection-related: requires extending generator
- [x] Test with (multiple) inheritance
- [x] Test multiple input files
- [x] Add appropriate error handling for de-serialization
- [x] Add reflector based on Boost.Hana
- [ ] Add another generator to prove expandability: maybe for getting members by name in general, similar to one of the proposals
- [x] Add documentation (install instructions, usage)
- [ ] Support enums (undoable with Boost.Hana)
- [ ] Support templated classes
- [X] Allow making 3rdparty classes/structs reflectable
- [X] Add additional parameter for code generator to allow specifying relevant classes
2017-11-06 00:05:56 +01:00
explicitely
- [X] Fix traits currently relying on `JsonSerializable` being base class
2017-11-02 15:15:29 +01:00
## Library-only
- [ ] Support `std::unique_ptr` and `std::shared_ptr`
- [ ] Support `std::map` and `std::unordered_map`
- [ ] Support `std::any`
- [X] Support/document customized (de)serialization (eg. serialize some `DateTime` object to ISO string representation)