Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ ser_de
Function
ser_de
python/pyfory/tests/test_serializer.py:605–607 ·
view source on GitHub ↗
(fory, obj)
Source
from the content-addressed store, hash-verified
603
604
605
def
ser_de(fory, obj):
606
binary = fory.serialize(obj)
607
return
fory.deserialize(binary)
608
609
610
def
test_pickle():
Callers
15
test_float
Function · 0.70
test_tuple
Function · 0.70
test_string
Function · 0.70
test_dict
Function · 0.70
test_multi_chunk_simple_dict
Function · 0.70
test_multi_chunk_complex_dict
Function · 0.70
test_big_chunk_dict
Function · 0.70
test_basic_serializer
Function · 0.70
test_float16_round_trip
Function · 0.70
test_bfloat16_round_trip
Function · 0.70
test_float16_array_round_trip
Function · 0.70
test_bfloat16_array_round_trip
Function · 0.70
Calls
2
serialize
Method · 0.65
deserialize
Method · 0.65
Tested by
no test coverage detected