MCPcopy Create free account
hub / github.com/bytedance/bolt / serialize

Method serialize

bolt/type/tests/TypeTest.cpp:530–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528 }
529
530 folly::dynamic serialize() const override {
531 auto r = OpaqueType::serialize();
532 r["my_extra"] = metadata;
533 return r;
534 }
535
536 std::shared_ptr<const OpaqueType> deserializeExtra(
537 const folly::dynamic& json) const override {

Callers 7

TESTFunction · 0.45
testSerDeFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
testSerdeMethod · 0.45
TEST_FFunction · 0.45

Calls 1

serializeFunction · 0.50

Tested by

no test coverage detected