This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
Jason
/
webapi333
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
ee4c654e29
Branches
Tags
master
webapi333
/
webapi
/
inc
/
json
/
xbson
qingjie
2bca8e5426
添加webapi333
il y a 3 mois
..
example
2bca8e5426
添加webapi333
il y a 3 mois
gtest
2bca8e5426
添加webapi333
il y a 3 mois
README.md
2bca8e5426
添加webapi333
il y a 3 mois
bson.h
2bca8e5426
添加webapi333
il y a 3 mois
bson_builder.h
2bca8e5426
添加webapi333
il y a 3 mois
bson_decoder.h
2bca8e5426
添加webapi333
il y a 3 mois
bson_encoder.h
2bca8e5426
添加webapi333
il y a 3 mois
README.md
xbson
用于在C++结构体和bson之间互相转换
依赖于
xpack
使用方法请参考
xpack
xbson自身只有头文件, 无需额外编译库文件,依赖于libbson,在thirdparty目录下。
用于支持
mongoxclient
重要说明
重要说明
bson的反序列化用的是
libbson
bson的序列化是我自己写的,没有参考相应标准,可能有和标准不一样的地方.
libbson是预编译的. 环境是: Ubuntu12.04 g++4.9.2. 其他环境如果想使用该库文件可能需要自行编译