MCPcopy Create free account
hub / github.com/apache/fory / deserialize

Method deserialize

cpp/fory/serialization/fory.h:970–973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

968
969 template <typename T>
970 Result<T, Error> deserialize(const uint8_t *data, size_t size) {
971 auto fory_handle = fory_pool_.acquire();
972 return fory_handle->template deserialize<T>(data, size);
973 }
974
975 template <typename T>
976 Result<T, Error> deserialize(const std::vector<uint8_t> &data) {

Callers

nothing calls this directly

Calls 3

acquireMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected