Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/fory
/ read
Method
read
python/pyfory/serializer.py:1376–1377 ·
view source on GitHub ↗
(self, read_context)
Source
from the content-addressed store, hash-verified
1374
write_context.write_ref(dict(value))
1375
1376
def
read(self, read_context):
1377
return
types.MappingProxyType(read_context.read_ref())
1378
1379
1380
class
FunctionSerializer(Serializer):
Callers
nothing calls this directly
Calls
1
read_ref
Method · 0.45
Tested by
no test coverage detected