Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ read
Method
read
python/pyfory/_serializer.py:205–206 ·
view source on GitHub ↗
(self, read_context)
Source
from the content-addressed store, hash-verified
203
write_context.write_uint32(value)
204
205
def
read(self, read_context):
206
return
read_context.read_uint32()
207
208
209
class
VarUint32Serializer(Serializer):
Callers
nothing calls this directly
Calls
1
read_uint32
Method · 0.45
Tested by
no test coverage detected