MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / serialize

Method serialize

proto/test_models.cpp:898–904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

896}
897
898size_t StructSimpleModel::serialize(const ::test::StructSimple& value)
899{
900 size_t fbe_begin = create_begin();
901 model.set(value);
902 size_t fbe_full_size = create_end(fbe_begin);
903 return fbe_full_size;
904}
905
906size_t StructSimpleModel::deserialize(::test::StructSimple& value) const noexcept
907{

Callers 15

sendMethod · 0.45
sendMethod · 0.45
sendMethod · 0.45
sendMethod · 0.45
VerifyFixtureMethod · 0.45
serialize.cppFile · 0.45
FinalVerifyFixtureMethod · 0.45
test_enums.cppFile · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected