MCPcopy Create free account
hub / github.com/apache/arrow / Serialize

Method Serialize

cpp/src/arrow/json/object_writer.cc:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 std::string Serialize() {
53 rj::StringBuffer buffer;
54 rj::Writer<rj::StringBuffer> writer(buffer);
55 root_.Accept(writer);
56
57 return buffer.GetString();
58 }
59
60 private:
61 rj::Document document_;

Callers

nothing calls this directly

Calls 2

AcceptMethod · 0.45
GetStringMethod · 0.45

Tested by

no test coverage detected