Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to serialize QSslConfiguration
Qt 6.11 is out! See what's new in the release blog

How to serialize QSslConfiguration

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 852 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Gilbert LeeG Offline
    Gilbert LeeG Offline
    Gilbert Lee
    wrote on last edited by Gilbert Lee
    #1

    I would like to serialize QSslConfiguration options through xml or json, but, QSslConfiguration does not use Q_OBJECT or Q_GADGET and it's hard to serialize QSslConfiguration options using QMetaObject(see qsslconfiguration.h).
    Is there any wat to serialize QSslConfiguration options?
    Thank you in advance.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Except writing your own serialization function, I don't see any option.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • Gilbert LeeG Offline
        Gilbert LeeG Offline
        Gilbert Lee
        wrote on last edited by
        #3

        Thank you.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Note that you can use the QXmlStreamWriter/Reader for that task

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved