QSerializer icon indicating copy to clipboard operation
QSerializer copied to clipboard

This repo for Qt/C++ serialization objects in JSON or XML based on QtCore

Results 9 QSerializer issues
Sort by recently updated
recently updated
newest added

Good day. Are there any plans to implement the Yaml format?

defining QS_JSON_DOC_MODE as QJsonDocument::Indented it work as previous version, if you set it to QJsonDocument::Compact we got JSON Compact mode

Hi, would it be possible to add support for xml attribute? Thanks

When converting nan QS_FIELD(double,field_name) to json, it writes down 'null'(default QVariant behavior). At the same time, pasrsing 'null' as double, 'includes' variable sets to false, and QS_FIELD(double,field_name) retains zero.

Hi guys, I'd like to use std:set in my QT class, Is it possible to use this library? thanks!

hello thanks a lot for help In my case, I tested it, and it is confirmed that the file is written normally. But in the process of getting the value...

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

At the moment this doesn't support installation (e.g. to `/usr/include/`) but it should be usable as a git submodule. The include path is `` which I'm not sure about (since...

I found some key words that were not defined a var name . such as "default" "val". Isn`t it? If yes, please update that README