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

Method write

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

Source from the content-addressed store, hash-verified

1371 super().__init__(type_resolver, types.MappingProxyType)
1372
1373 def write(self, write_context, value):
1374 write_context.write_ref(dict(value))
1375
1376 def read(self, read_context):
1377 return types.MappingProxyType(read_context.read_ref())

Callers

nothing calls this directly

Calls 1

write_refMethod · 0.80

Tested by

no test coverage detected