[Qt-interest] Binary format of QDataStream
Jason H
scorp1us at yahoo.com
Thu Sep 9 20:28:35 CEST 2010
Actually there is.
http://doc.qt.nokia.com/4.6/datastreamformat.html
Similarly, if you're building a datatype, you'd provide QDS << >> operators and
use the built in serialization of constituent types.
----- Original Message ----
From: Andreas Pakulat <apaku at gmx.de>
To: qt-interest at trolltech.com
Sent: Thu, September 9, 2010 1:43:11 PM
Subject: Re: [Qt-interest] Binary format of QDataStream
On 09.09.10 19:33:58, Kybernetik Kollektiv wrote:
> Hi,
> I'd like to know where one can find the documentation of the binary
> format that QDataStreams uses.
There is none as each class may add its own representation of itself.
For basic stuff part of the QDataStream class you can look at the source
code. Its basically an internal format, that needs to be read/written
with a QDataStream always. Also Qt may change the format with a new
release (hence the version enum).
Andreas
--
You've been leading a dog's life. Stay off the furniture.
_______________________________________________
Qt-interest mailing list
Qt-interest at trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-interest
More information about the Qt-interest-old
mailing list