Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ _roundtrip
Function
_roundtrip
python/pyfory/tests/test_ref_tracking.py:32–33 ·
view source on GitHub ↗
(fory, value)
Source
from the content-addressed store, hash-verified
30
31
32
def
_roundtrip(fory, value):
33
return
fory.deserialize(fory.serialize(value))
34
35
36
class
HashKey:
Callers
11
test_collection_list_mixed_type_shared_reference
Function · 0.85
test_collection_tuple_shared_reference_python_mode
Function · 0.85
test_collection_set_element_alias_with_outer_reference_python_mode
Function · 0.85
test_map_shared_value_aliases_with_none_key
Function · 0.85
test_map_self_cycle_and_shared_submap_python_mode
Function · 0.85
test_map_key_alias_with_outer_reference_python_mode
Function · 0.85
test_struct_shared_fields_and_cross_container_alias_python_mode
Function · 0.85
test_struct_field_ref_override_controls_alias_preservation
Function · 0.85
test_collection_ref_override_disables_alias_preservation
Function · 0.85
test_struct_self_cycle_and_nested_alias_python_mode
Function · 0.85
test_optional_fixed_uint64_roundtrip
Function · 0.85
Calls
2
deserialize
Method · 0.65
serialize
Method · 0.65
Tested by
no test coverage detected