Hi
If the client uses QDataStream,is it necessary to send data with QDataStream by server.
Printable View
Hi
If the client uses QDataStream,is it necessary to send data with QDataStream by server.
Well, QDataStream uses a specific format to serialize each type. See Format of the QDataStream Operators for more details.
Can i receive data using QDataStream which is send by JAVA(or C) server.Quote:
Well, QDataStream uses a specific format to serialize each type