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

Function msgpack_deserialize_dataclass

benchmarks/python/fory_benchmark.py:331–333  ·  view source on GitHub ↗
(binary, dataclass_template)

Source from the content-addressed store, hash-verified

329
330
331def msgpack_deserialize_dataclass(binary, dataclass_template):
332 restored = msgpack.loads(binary, raw=False, strict_map_key=False)
333 _restore_dataclass_from_template(restored, dataclass_template)
334
335
336def make_msgpack_compatible(obj):

Callers

nothing calls this directly

Calls 2

loadsMethod · 0.45

Tested by

no test coverage detected