Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ read
Method
read
python/pyfory/_serializer.py:185–186 ·
view source on GitHub ↗
(self, read_context)
Source
from the content-addressed store, hash-verified
183
write_context.write_uint8(value)
184
185
def
read(self, read_context):
186
return
read_context.read_uint8()
187
188
189
class
Uint16Serializer(Serializer):
Callers
nothing calls this directly
Calls
1
read_uint8
Method · 0.45
Tested by
no test coverage detected