procedure JsonToMsgPack(AJson: TQJson; AMsgPack: TQMsgPack); var I: Integer; AChild: TQJson; procedure CopyChild(AJsonChild: TQJson; AMsgPackChild: TQMsgPack);
标签: MsgPack
QJson与QMsgPack中的RTTI调用演示
QJson和QMsgPack提供了对RTTI的支持,让你可以简洁方便的完成数据的转换存贮。因为QJson和QMsgPack在RTTI接口上是一致的,因此本文以QJson为例予以说明,如果要换成QMsgPack,只需要将类型声明换下就好:)。 1、记录类型 我们提供了FromRecord/ToRecord两个函数来完成记