MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / Serialize

Function Serialize

include/sonic/dom/genericnode.h:1001–1003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

999 */
1000 template <unsigned serializeFlags = kSerializeDefault>
1001 SonicError Serialize(WriteBuffer& wb) const {
1002 return downCast()->template serializeImpl<serializeFlags>(wb);
1003 }
1004
1005 /**
1006 * @brief dump this node as json string.

Callers

nothing calls this directly

Calls 1

downCastFunction · 0.85

Tested by

no test coverage detected