qt5base-lts/examples/corelib/serialization/convert
Edward Welbourne 1940f0c7be Rework documentation of the serialization converter example
The documentation was previously code-heavy and short on exposition,
while focusing almost entirely on the CBOR converters. Prune most of
the CBOR code quotes, shuffle some snippet markers, add and remove
others and rewrite the main text.

Shift focus to the base-class for converters and how it's used by
main(). Retain relative focus on the CBOR converters, as they are
relatively full-featured hence illustrate more than the others do, and
replace the sequence of single-line sections about the others with a
section collecting all into a table and saying some general things
about them.

Pick-to: 6.6 6.5
Task-number: QTBUG-111228
Change-Id: I8d41f25c165eb1a7ba20cb68aee6ab6b2fd050f8
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2023-11-01 21:28:55 +01:00
..
doc Rework documentation of the serialization converter example 2023-11-01 21:28:55 +01:00
cborconverter.cpp Rework documentation of the serialization converter example 2023-11-01 21:28:55 +01:00
cborconverter.h Eliminate duplicate overrides of Converter methods in example 2023-11-01 21:28:55 +01:00
CMakeLists.txt Move Converter class, in eponymous example, to a file of its own 2023-11-01 21:28:55 +01:00
convert.pro Move Converter class, in eponymous example, to a file of its own 2023-11-01 21:28:55 +01:00
converter.cpp Rework documentation of the serialization converter example 2023-11-01 21:28:55 +01:00
converter.h Rework documentation of the serialization converter example 2023-11-01 21:28:55 +01:00
datastreamconverter.cpp Convert fprintf(stderr, ...); exit(EXIT_FAILURE); to qFatal(...) 2023-10-30 12:43:14 +02:00
datastreamconverter.h Turn Converter::Direction into a QFlags enum 2023-09-08 18:17:37 +02:00
debugtextdumper.cpp Eliminate duplicate overrides of Converter methods in example 2023-11-01 21:28:55 +01:00
debugtextdumper.h Eliminate duplicate overrides of Converter methods in example 2023-11-01 21:28:55 +01:00
jsonconverter.cpp Eliminate duplicate overrides of Converter methods in example 2023-11-01 21:28:55 +01:00
jsonconverter.h Eliminate duplicate overrides of Converter methods in example 2023-11-01 21:28:55 +01:00
main.cpp Rework documentation of the serialization converter example 2023-11-01 21:28:55 +01:00
nullconverter.cpp Eliminate duplicate overrides of Converter methods in example 2023-11-01 21:28:55 +01:00
nullconverter.h Eliminate duplicate overrides of Converter methods in example 2023-11-01 21:28:55 +01:00
textconverter.cpp Eliminate duplicate overrides of Converter methods in example 2023-11-01 21:28:55 +01:00
textconverter.h Eliminate duplicate overrides of Converter methods in example 2023-11-01 21:28:55 +01:00
variantorderedmap.h Split VariantOrderedMap out of Converter's header in example 2023-10-16 22:38:17 +02:00
xmlconverter.cpp Convert fprintf(stderr, ...); exit(EXIT_FAILURE); to qFatal(...) 2023-10-30 12:43:14 +02:00
xmlconverter.h Turn Converter::Direction into a QFlags enum 2023-09-08 18:17:37 +02:00