From 6253ae332a8320312dfe1d0ae5fc3a90a1ae9e23 Mon Sep 17 00:00:00 2001 From: FdogMain <2506897252@qq.com> Date: Mon, 24 Jan 2022 23:01:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 201 ++++++++++++++++++++++++++++++++++++++++++++ README.md | 116 +++++++++++++++++++++++--- fdogserialize.cpp | 21 +++++ fdogserialize.h | 208 ++++++++++++++++++++++++++++++++++++---------- main.cpp | 14 +++- 5 files changed, 502 insertions(+), 58 deletions(-) diff --git a/LICENSE b/LICENSE index e69de29..3781aa2 100644 --- a/LICENSE +++ b/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2021 花狗Fdog(张旭) + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/README.md b/README.md index 159f9ca..20f5118 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ 5. 支持vector类型和json互转【完成】 6. 支持list类型和json互转【完成】 7. 支持map类型和json互转【完成】 +7. 支持set类型和json互转【完成】 +7. 支持STL和自定义类型多层嵌套【完成】 5. 支持XML数据格式【未完成】 @@ -181,7 +183,7 @@ int main() stu.age = 22; string json_; //将value转为json格式数据 - FdogSerialize::Instance()->FSerialize(json_, value, "stu"); //json值为"{{"name":"花狗Fdog","age":22}}" + FdogSerialize::Instance()->FSerialize(json_, value, "stu"); //json值为"{"stu":{"name":"花狗Fdog","age":22}}" //将json格式数据转为value 需保证json_为正确格式字符串 FdogSerialize::Instance()->FDesSerialize(value, json_); @@ -229,8 +231,8 @@ int main() sch.stu.age = 22; string json_; //将value转为json格式数据 - FdogSerialize::Instance()->FSerialize(json_, value, "stu"); - //json值为"{{"schoolName":"fzyz","stu":{"name":"花狗Fdog","age":21}}}" + FdogSerialize::Instance()->FSerialize(json_, value, "sch"); + //json值为"{"sch":{"schoolName":"fzyz","stu":{"name":"花狗Fdog","age":21}}}" //将json格式数据转为value 需保证json_为正确格式字符串 FdogSerialize::Instance()->FDesSerialize(value, json_); @@ -252,14 +254,14 @@ struct student{ int age; }; -//需要在宏Serialize_vector_all定义下添加vector结构体 -#define Serialize_vector_all\ - Serialize_vector(student) +//需要在宏Serialize_type_judgment_all定义下添加嵌套结构体 +#define Serialize_type_judgment_all\ + Serialize_type_judgment(student) //依次添加 -//需要在宏DesSerialize_vector_all定义下添加vector结构体 -#define DesSerialize_vector_all\ - DesSerialize_vector(student) +//需要在宏Serialize_type_judgment_all定义下添加嵌套结构体 +#define DesSerialize_type_judgment_all\ + DesSerialize_type_judgment(student) //依次添加 int main() @@ -279,11 +281,11 @@ int main() string json_; //将value转为json格式数据 - FdogSerialize::Instance()->FSerialize(json_, stu, "stu", &stu[0], stu.size()); + FdogSerialize::Instance()->FSerializeV(json_, stu, "stu"); //json值为"{"stu":[{"name":"花狗Fdog","age":22},{"name":"黑狗Fdog","age":23}]}" //将json格式数据转为value 需保证json_为正确格式字符串 - FdogSerialize::Instance()->FDesSerialize(value, json_); + FdogSerialize::Instance()->FDesSerializeV(value, json_); } ``` @@ -293,13 +295,101 @@ int main() #### 6. list类型的序列化 -暂无 +```Cpp +#include "macrodefinition.h" //添加序列化所需头文件 + +//自定义基础类型结构体 +struct student{ + char * name; + int age; +}; + +//需要在宏Serialize_type_judgment_all定义下添加嵌套结构体 +#define Serialize_type_judgment_all\ + Serialize_type_judgment(student) + //依次添加 + +//需要在宏Serialize_type_judgment_all定义下添加嵌套结构体 +#define DesSerialize_type_judgment_all\ + DesSerialize_type_judgment(student) + //依次添加 + +int main() +{ + REGISTEREDMEMBER(student, name, age); //需要注册自定义类型,第一个参数为自定义结构体名,后面参数依次为成员名 + list stu; + struct stu_1; + stu_1.name = "花狗Fdog"; + stu_1.age = 22; + + struct stu_2; + stu_2.name = "黑狗Fdog"; + stu_2.age = 23; + + stu.push_back(stu_1); + stu.push_back(stu_2); + + string json_; + //将value转为json格式数据 + FdogSerialize::Instance()->FSerializeL(json_, stu, "stu"); + //json值为"{"stu":[{"name":"花狗Fdog","age":22},{"name":"黑狗Fdog","age":23}]}" + + //将json格式数据转为value 需保证json_为正确格式字符串 + FdogSerialize::Instance()->FDesSerializeL(value, json_); +} +``` + + --- #### 7. map类型的序列化 -暂无 +```cpp +#include "macrodefinition.h" //添加序列化所需头文件 + +//自定义基础类型结构体 +struct student{ + char * name; + int age; +}; + +//需要在宏Serialize_type_judgment_all定义下添加嵌套结构体 +#define Serialize_type_judgment_all\ + Serialize_type_judgment(student) + //依次添加 + +//需要在宏Serialize_type_judgment_all定义下添加嵌套结构体 +#define DesSerialize_type_judgment_all\ + DesSerialize_type_judgment(student) + //依次添加 + +int main() +{ + REGISTEREDMEMBER(student, name, age); //需要注册自定义类型,第一个参数为自定义结构体名,后面参数依次为成员名 + vector stu; + struct stu_1; + stu_1.name = "花狗Fdog"; + stu_1.age = 22; + + struct stu_2; + stu_2.name = "黑狗Fdog"; + stu_2.age = 23; + + stu.push_back(stu_1); + stu.push_back(stu_2); + + string json_; + //将value转为json格式数据 + FdogSerialize::Instance()->FSerializeM(json_, stu, "stu"); + //json值为"{"stu":[{"name":"花狗Fdog","age":22},{"name":"黑狗Fdog","age":23}]}" + + //将json格式数据转为value 需保证json_为正确格式字符串 + FdogSerialize::Instance()->FDesSerializeM(value, json_); +} +``` + + --- diff --git a/fdogserialize.cpp b/fdogserialize.cpp index 67d9539..20d8da9 100644 --- a/fdogserialize.cpp +++ b/fdogserialize.cpp @@ -300,3 +300,24 @@ bool FdogSerialize::isArrayType(string objectName, string typeName){ return false; } + +vector FdogSerialize::CuttingArray(string data){ + //[{{}},{},{}] + //第一步:查找第一个{ 并计数 + //再找第二个,如果期间有{ 继续计数 + //直到知道}并且计数要对应 作为第一组 + // int sumL = 0; //记录左 + // int sumR = 0; //记录右 + // int sum = 0; + // while(1){ + // int tag = data.find("{", sum); + // if(tag != data.npos){ + // sumL = sumL + 1; + // sum = tag; + + // } + // break; + // } + vector a; + return a; +} \ No newline at end of file diff --git a/fdogserialize.h b/fdogserialize.h index f9f804c..32f0b90 100644 --- a/fdogserialize.h +++ b/fdogserialize.h @@ -10,6 +10,8 @@ #include using namespace fsj; +using namespace std; + static vector baseType1 = { "bool", "bool*" "char", "unsigned char", "char*", "unsigned char*", @@ -161,11 +163,14 @@ class FdogSerialize { //判断是否是数组 bool isArrayType(string objectName, string typeName); + //解析数组 + vector CuttingArray(string data); + //根据复合类型获取struct //序列化 template - void Serialize(string & json_, T & object_, void * ptr = 0, int size = 0, string name = ""){ + void Serialize(string & json_, T & object_, string name = ""){ //通过传进来的T判断是什么复合类型,ObjectInfo只保存结构体,如果是NULL可以确定传进来的不是struct类型 ObjectInfo objectinfo = FdogSerialize::Instance()->getObjectInfo(abi::__cxa_demangle(typeid(T).name(),0,0,0)); //获取的只能是结构体的信息,无法知道是什么复合类型,尝试解析类型 objectType其实是一个结构体类型名称 @@ -185,7 +190,7 @@ class FdogSerialize { //cout << "begin base---" << abi::__cxa_demangle(typeid(object_).name(),0,0,0) << endl; MetaInfo * metainfo1 = getMetaInfo(abi::__cxa_demangle(typeid(object_).name(),0,0,0)); FdogSerializeBase::Instance()->BaseToJsonA(json_, metainfo1, object_); - removeLastComma(json_); + //removeLastComma(json_); } break; case OBJECT_STRUCT: @@ -206,48 +211,87 @@ class FdogSerialize { } break; case OBJECT_VECTOR: - for(int i =0; i < size; i++){ - //等于 NULL 说明是基础类型 - if(objectinfo.objectType == "NULL"){ - string typeName = abi::__cxa_demangle(typeid(object_).name(),0,0,0); - string typeName_2; - smatch result; - regex pattern(complexRegex[5]); - if(regex_search(typeName, result, pattern)){ - typeName_2 = result.str(1).c_str(); - } - MetaInfo * metainfo1 = getMetaInfo(typeName_2); - if( metainfo1->memberType == "bool"){ - Serialize(json_, *(bool *)(ptr + (metainfo1->memberTypeSize * i))); - } - if( metainfo1->memberType == "short"){ - Serialize(json_, *(short *)(ptr + (metainfo1->memberTypeSize * i))); - } - if( metainfo1->memberType == "int"){ - Serialize(json_, *(int *)(ptr + (metainfo1->memberTypeSize * i))); - } - if( metainfo1->memberType == "long"){ - Serialize(json_, *(long *)(ptr + (metainfo1->memberTypeSize * i))); - } - if( metainfo1->memberType == "long long"){ - Serialize(json_, *(long long *)(ptr + (metainfo1->memberTypeSize * i))); - } - if( metainfo1->memberType == "float"){ - Serialize(json_, *(float *)(ptr + (metainfo1->memberTypeSize * i))); - } - }else{ - //这里需要人为添加了 - // if( objectinfo.objectType == "float"){ - // Serialize(json_, *(float *)(ptr + (metainfo1->memberTypeSize * i))); - // } - } - } - removeLastComma(json_); - json_ = name + ":" + "[" + json_ + "]"; + // for(int i =0; i < size; i++){ + // //等于 NULL 说明是基础类型 + // if(objectinfo.objectType == "NULL"){ + // string typeName = abi::__cxa_demangle(typeid(object_).name(),0,0,0); + // string typeName_2; + // smatch result; + // regex pattern(complexRegex[5]); + // if(regex_search(typeName, result, pattern)){ + // typeName_2 = result.str(1).c_str(); + // } + // MetaInfo * metainfo1 = getMetaInfo(typeName_2); + // if( metainfo1->memberType == "bool"){ + // Serialize(json_, *(bool *)(ptr + (metainfo1->memberTypeSize * i))); + // } + // if( metainfo1->memberType == "short"){ + // Serialize(json_, *(short *)(ptr + (metainfo1->memberTypeSize * i))); + // } + // if( metainfo1->memberType == "int"){ + // Serialize(json_, *(int *)(ptr + (metainfo1->memberTypeSize * i))); + // } + // if( metainfo1->memberType == "long"){ + // Serialize(json_, *(long *)(ptr + (metainfo1->memberTypeSize * i))); + // } + // if( metainfo1->memberType == "long long"){ + // Serialize(json_, *(long long *)(ptr + (metainfo1->memberTypeSize * i))); + // } + // if( metainfo1->memberType == "float"){ + // Serialize(json_, *(float *)(ptr + (metainfo1->memberTypeSize * i))); + // } + // }else{ + // //这里需要人为添加了 + // // if( objectinfo.objectType == "float"){ + // // Serialize(json_, *(float *)(ptr + (metainfo1->memberTypeSize * i))); + // // } + // } + // } + // removeLastComma(json_); + // json_ = name + ":" + "[" + json_ + "]"; break; case OBJECT_MAP: break; case OBJECT_LIST: + // T listObject = object_; + // for(int i =0; i < size; i++){ + // //等于 NULL 说明是基础类型 + // if(objectinfo.objectType == "NULL"){ + // string typeName = abi::__cxa_demangle(typeid(object_).name(),0,0,0); + // string typeName_2; + // smatch result; + // regex pattern(complexRegex[7]); + // if(regex_search(typeName, result, pattern)){ + // typeName_2 = result.str(1).c_str(); + // } + // MetaInfo * metainfo1 = getMetaInfo(typeName_2); + // if( metainfo1->memberType == "bool"){ + // Serialize(json_, *(bool *)(ptr + (metainfo1->memberTypeSize * i))); + // } + // if( metainfo1->memberType == "short"){ + // Serialize(json_, *(short *)(ptr + (metainfo1->memberTypeSize * i))); + // } + // if( metainfo1->memberType == "int"){ + // Serialize(json_, *(int *)(ptr + (metainfo1->memberTypeSize * i))); + // } + // if( metainfo1->memberType == "long"){ + // Serialize(json_, *(long *)(ptr + (metainfo1->memberTypeSize * i))); + // } + // if( metainfo1->memberType == "long long"){ + // Serialize(json_, *(long long *)(ptr + (metainfo1->memberTypeSize * i))); + // } + // if( metainfo1->memberType == "float"){ + // Serialize(json_, *(float *)(ptr + (metainfo1->memberTypeSize * i))); + // } + // }else{ + // //这里需要人为添加了 + // // if( objectinfo.objectType == "float"){ + // // Serialize(json_, *(float *)(ptr + (metainfo1->memberTypeSize * i))); + // // } + // } + // } + // removeLastComma(json_); + // json_ = name + ":" + "[" + json_ + "]"; break; case OBJECT_ARRAY: break; @@ -257,12 +301,64 @@ class FdogSerialize { } template - void FSerialize(string & json_, T & object_, void * ptr = 0, int size = 0, string name = ""){ - Serialize(json_, object_, ptr, size, name); + void FSerialize(string & json_, T & object_, string name = ""){ + Serialize(json_, object_, name); json_ = "{" + json_ + "}"; //这里需要判断类型 } + //基于基础类型 for range最快 + template + void FSerializeV(string & json_, T & object_, string name = ""){ + for(auto & object_one : object_){ + json_ = json_ + "{"; + Serialize(json_, object_); + json_ = json_ + "},"; + } + removeLastComma(json_); + json_ = "{" + name + ":[" + json_ + "]}"; + } + + template + void FSerializeL(string & json_, T & object_, string name = ""){ + for(auto & object_one : object_){ + //这里需要对类型做 + json_ = json_ + "{"; + Serialize(json_, object_one); + json_ = json_ + "},"; + } + removeLastComma(json_); + json_ = "{" + name + ":[" + json_ + "]}"; + } + + template + void FSerializeS(string & json_, T & object_, string name = ""){ + for(auto & object_one : object_){ + json_ = json_ + "{"; + Serialize(json_, object_); + json_ = json_ + "},"; + } + removeLastComma(json_); + json_ = "{" + name + ":[" + json_ + "]}"; + } + + template + void FSerializeM(string & json_, T & object_, string name = ""){ + typename T::iterator it; + + it = object_.begin(); + + while(it != object_.end()) + { + json_ = json_ + "\"" + it->first + "\"" + ":{"; + Serialize(json_, it->second); + json_ = json_ + "},"; + it ++; + } + removeLastComma(json_); + json_ = "{" + name + ":[" + json_ + "]}"; + } + //反序列化 template void DesSerialize(T & object_, string & json_){ @@ -303,6 +399,34 @@ class FdogSerialize { DesSerialize(object_, json_); } + template + void FDesSerializeV(T & object_, string & json_){ + for(auto & object_one : object_){ + + } + } + + template + void FDesSerializeL(T & object_, string & json_){ + for(auto & object_one : object_){ + + } + } + + template + void FDesSerializeM(T & object_, string & json_){ + for(auto & object_one : object_){ + + } + } + + template + void FDesSerializeS(T & object_, string & json_){ + for(auto & object_one : object_){ + + } + } + }; void * getInstance(); diff --git a/main.cpp b/main.cpp index a82605a..d3cd4eb 100644 --- a/main.cpp +++ b/main.cpp @@ -22,7 +22,14 @@ int main() { FdogSerializeInit(); cool sch; - vector a = {1,2,3,4,5,6}; + list a = {1,2,3,4,5,6}; + + list stu {{"zhangxv",21},{"yujing",22},{"huruim",23}}; + + map mapstu{ + {"zhangxv",21}, + {"zhangd",32}, + }; string json_ = "{\"age\":31,\"fdog\":{\"name\":\"张旭\",\"age\":23,\"stu\":{\"name\":\"yujing\",\"age\":21}}}"; string json_2 =""; //cout << "地址:" << &(sch.stu) << "--"<< &(sch.stu.name) << "--" << &(sch.stu.age) << endl; @@ -31,9 +38,10 @@ int main() // cout << sch.age << "--" << sch.fdog.age << "--" << sch.fdog.name << "--" << sch.fdog.stu.age << "--" << sch.fdog.stu.name << endl; int a2 = 10; //cout << *(int *)( + (sizeof(int) * 0)); + //FdogSerialize::Instance()->FSerialize(json_2, a, &a[0], a.size(), "a"); - FdogSerialize::Instance()->FSerialize(json_2, a2); - //FdogSerialize::Instance()->FSerialize(json_2, a[0]); + //FdogSerialize::Instance()->FSerialize(json_2, a2); + FdogSerialize::Instance()->FSerializeM(json_2, mapstu, "mapstu"); //FdogSerialize::Instance()->FSerialize(json_2, *(int *)((void *)&a[0] + (sizeof(int) * 0))); //vector list //map