MCPcopy Create free account
hub / github.com/apache/fory / write

Method write

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

Source from the content-addressed store, hash-verified

1591 return _validate_function_value(read_context.policy, func, is_local=True)
1592
1593 def write(self, write_context, value):
1594 self._serialize_function(write_context, value)
1595
1596 def read(self, read_context):
1597 return self._deserialize_function(read_context)

Callers

nothing calls this directly

Calls 1

_serialize_functionMethod · 0.95

Tested by

no test coverage detected