Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ read
Method
read
python/pyfory/serializer.py:648–649 ·
view source on GitHub ↗
(self, buffer)
Source
from the content-addressed store, hash-verified
646
self.wrapper_serializer.write(buffer, self._copy_list_to_wrapper(value))
647
648
def
read(self, buffer):
649
return
self.wrapper_serializer.read(buffer)
650
651
652
class
ForyArrayFieldSerializer(Serializer):
Callers
nothing calls this directly
Calls
1
read
Method · 0.65
Tested by
no test coverage detected