Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/fory
/ write
Method
write
python/pyfory/serializer.py:1740–1741 ·
view source on GitHub ↗
(self, buffer, value)
Source
from the content-addressed store, hash-verified
1738
return
True
1739
1740
def
write(self, buffer, value):
1741
buffer.write_var_uint32(value.value)
1742
1743
def
read(self, buffer):
1744
value = buffer.read_var_uint32()
Callers
nothing calls this directly
Calls
1
write_var_uint32
Method · 0.45
Tested by
no test coverage detected