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

Method total_bytes

python/pyfory/_fory.py:55–56  ·  view source on GitHub ↗

Total size for serialized bytes of an object.

(self)

Source from the content-addressed store, hash-verified

53
54 @abstractmethod
55 def total_bytes(self) -> int:
56 """Total size for serialized bytes of an object."""
57
58 @abstractmethod
59 def write_to(self, stream):

Callers 3

write_buffer_objectMethod · 0.45
test_oob_bufferFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_oob_bufferFunction · 0.36