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

Method write

python/pyfory/serializer.py:987–988  ·  view source on GitHub ↗
(self, write_context, value)

Source from the content-addressed store, hash-verified

985
986class PickleBufferSerializer(Serializer):
987 def write(self, write_context, value):
988 write_context.write_buffer_object(PickleBufferObject(value))
989
990 def read(self, read_context):
991 fory_buf = read_context.read_buffer_object()

Callers

nothing calls this directly

Calls 2

PickleBufferObjectClass · 0.85
write_buffer_objectMethod · 0.80

Tested by

no test coverage detected