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

Method write

python/pyfory/tests/test_serializer.py:669–670  ·  view source on GitHub ↗
(self, write_context, value)

Source from the content-addressed store, hash-verified

667
668 class Serializer(pyfory.Serializer):
669 def write(self, write_context, value):
670 write_context.write_int32(value.f1)
671
672 def read(self, read_context):
673 a = A()

Callers

nothing calls this directly

Calls 1

write_int32Method · 0.45

Tested by

no test coverage detected