Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ read
Method
read
python/pyfory/serializer.py:724–725 ·
view source on GitHub ↗
(self, buffer)
Source
from the content-addressed store, hash-verified
722
)
723
724
def
read(self, buffer):
725
return
self.wrapper_serializer.read(buffer)
726
727
728
class
DynamicPyArraySerializer(Serializer):
Callers
nothing calls this directly
Calls
1
read
Method · 0.65
Tested by
no test coverage detected