qt5base-lts/examples/corelib/serialization/convert
Edward Welbourne b9787a3985 Replace the image to illustrate the Serialization Converter
The old image wasted a log of space, was poorly legible and showed
little more than the cbordump example's illustration shows. Make
explicit that we get an initial CBOR file from savegame, show how it
can be converted to and from XML (idempotently) and still find space
to show the same thing as before. All more legibly and in a smaller
file.

Pick-to: 6.6 6.5
Task-number: QTBUG-111228
Change-Id: Ifc599d0dd646f136ccd2860ca927186d478b0fb9
Reviewed-by: Tatiana Borisova <tatiana.borisova@qt.io>
2023-09-15 21:53:36 +02:00
..
doc Replace the image to illustrate the Serialization Converter 2023-09-15 21:53:36 +02:00
cborconverter.cpp Turn Directions enum into an enum class in serialization converter 2023-09-08 18:17:37 +02:00
cborconverter.h Turn Converter::Direction into a QFlags enum 2023-09-08 18:17:37 +02:00
CMakeLists.txt Separate streaming dumper and converter in the convert example 2023-09-08 18:17:37 +02:00
convert.pro Separate streaming dumper and converter in the convert example 2023-09-08 18:17:37 +02:00
converter.h Turn Directions enum into an enum class in serialization converter 2023-09-08 18:17:37 +02:00
datastreamconverter.cpp Turn Directions enum into an enum class in serialization converter 2023-09-08 18:17:37 +02:00
datastreamconverter.h Turn Converter::Direction into a QFlags enum 2023-09-08 18:17:37 +02:00
debugtextdumper.cpp Turn Directions enum into an enum class in serialization converter 2023-09-08 18:17:37 +02:00
debugtextdumper.h Turn Converter::Direction into a QFlags enum 2023-09-08 18:17:37 +02:00
jsonconverter.cpp Turn Directions enum into an enum class in serialization converter 2023-09-08 18:17:37 +02:00
jsonconverter.h Turn Converter::Direction into a QFlags enum 2023-09-08 18:17:37 +02:00
main.cpp Turn Directions enum into an enum class in serialization converter 2023-09-08 18:17:37 +02:00
nullconverter.cpp Turn Directions enum into an enum class in serialization converter 2023-09-08 18:17:37 +02:00
nullconverter.h Turn Converter::Direction into a QFlags enum 2023-09-08 18:17:37 +02:00
textconverter.cpp Turn Directions enum into an enum class in serialization converter 2023-09-08 18:17:37 +02:00
textconverter.h Turn Converter::Direction into a QFlags enum 2023-09-08 18:17:37 +02:00
xmlconverter.cpp Turn Directions enum into an enum class in serialization converter 2023-09-08 18:17:37 +02:00
xmlconverter.h Turn Converter::Direction into a QFlags enum 2023-09-08 18:17:37 +02:00