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

Method write

python/pyfory/struct.py:784–785  ·  view source on GitHub ↗
(self, write_context, value)

Source from the content-addressed store, hash-verified

782 Serializer.__init__(self, type_resolver, clz)
783
784 def write(self, write_context, value):
785 self._replace().write(write_context, value)
786
787 def read(self, read_context):
788 return self._replace().read(read_context)

Callers

nothing calls this directly

Calls 2

_replaceMethod · 0.95
writeMethod · 0.65

Tested by

no test coverage detected