We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd63dad commit aab910bCopy full SHA for aab910b
public/tools/serialize/serialize.h
@@ -36,7 +36,7 @@ namespace ngl
36
struct protobuf_data
37
{
38
std::shared_ptr<T> m_data;
39
- bool m_isbinary; // 默认序列化为二进制,只有db保存的时候序列化为xml
+ bool m_isbinary; // 默认序列化为二进制,只有db保存的时候序列化为json
40
41
protobuf_data()
42
: m_data(nullptr)
0 commit comments