MCPcopy Create free account
hub / github.com/apache/fory / write

Method write

python/pyfory/_serializer.py:202–203  ·  view source on GitHub ↗
(self, write_context, value)

Source from the content-addressed store, hash-verified

200 """Serializer for UINT32 type - fixed-size unsigned 32-bit integer."""
201
202 def write(self, write_context, value):
203 write_context.write_uint32(value)
204
205 def read(self, read_context):
206 return read_context.read_uint32()

Callers

nothing calls this directly

Calls 1

write_uint32Method · 0.45

Tested by

no test coverage detected