MCPcopy Index your code
hub / github.com/apache/fory / write

Method write

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

Source from the content-addressed store, hash-verified

180 """Serializer for UINT8 type - unsigned 8-bit integer."""
181
182 def write(self, write_context, value):
183 write_context.write_uint8(value)
184
185 def read(self, read_context):
186 return read_context.read_uint8()

Callers

nothing calls this directly

Calls 1

write_uint8Method · 0.45

Tested by

no test coverage detected