Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ read
Method
read
python/pyfory/_serializer.py:89–90 ·
view source on GitHub ↗
(self, read_context)
Source
from the content-addressed store, hash-verified
87
write_context.write_bool(value)
88
89
def
read(self, read_context):
90
return
read_context.read_bool()
91
92
93
class
ByteSerializer(Serializer):
Callers
nothing calls this directly
Calls
1
read_bool
Method · 0.45
Tested by
no test coverage detected