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

Method write

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

Source from the content-addressed store, hash-verified

100
101class Int16Serializer(Serializer):
102 def write(self, write_context, value):
103 write_context.write_int16(value)
104
105 def read(self, read_context):
106 return read_context.read_int16()

Callers

nothing calls this directly

Calls 1

write_int16Method · 0.45

Tested by

no test coverage detected