Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ read
Method
read
python/pyfory/_serializer.py:155–156 ·
view source on GitHub ↗
(self, read_context)
Source
from the content-addressed store, hash-verified
153
write_context.write_varint32(value)
154
155
def
read(self, read_context):
156
return
read_context.read_varint32()
157
158
159
class
Varint64Serializer(Serializer):
Callers
nothing calls this directly
Calls
1
read_varint32
Method · 0.80
Tested by
no test coverage detected