mirror of
https://github.com/romixlab/qmsgpack.git
synced 2025-07-29 18:07:16 +02:00
Update README.md
This commit is contained in:
@ -44,4 +44,4 @@ QVariantList unpacked = MsgPack::unpack(array).toList();
|
||||
|
||||
By default these Qt types are supported: Int, UInt, LongLong, ULongLong, Double, QByteArray, Bool, QString, QStringList, QVariantList, QVariantMap.
|
||||
|
||||
Also you can provide packer and unpacker functions for any other type Qt (even for user type defined via Q_DECLARE_METATYPE) or MsgPack type.
|
||||
Also you can provide packer and unpacker functions for any other type (even for user type defined via Q_DECLARE_METATYPE) or MsgPack type.
|
||||
|
Reference in New Issue
Block a user