smurfomen / QSerializer

This repo for Qt/C++ serialization objects in JSON or XML based on QtCore
https://smurfomen.github.io/QSerializer/
MIT License
73 stars 27 forks source link

Support for Enums #5

Open stardast opened 3 years ago

stardast commented 3 years ago

Hi, would it be possible to add support for enumerates? it would be great if you could choose whether to use the number value or the string for serialization/deserialization.

Thanks