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

Method write

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

Source from the content-addressed store, hash-verified

92
93class ByteSerializer(Serializer):
94 def write(self, write_context, value):
95 write_context.write_int8(value)
96
97 def read(self, read_context):
98 return read_context.read_int8()

Callers

nothing calls this directly

Calls 1

write_int8Method · 0.45

Tested by

no test coverage detected