Skip to content

Commit aab910b

Browse files
committed
注释描述错误
注释描述错误
1 parent dd63dad commit aab910b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/tools/serialize/serialize.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace ngl
3636
struct protobuf_data
3737
{
3838
std::shared_ptr<T> m_data;
39-
bool m_isbinary; // 默认序列化为二进制,只有db保存的时候序列化为xml
39+
bool m_isbinary; // 默认序列化为二进制,只有db保存的时候序列化为json
4040

4141
protobuf_data()
4242
: m_data(nullptr)

0 commit comments

Comments
 (0)