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

Method read

python/pyfory/_serializer.py:125–126  ·  view source on GitHub ↗
(self, read_context)

Source from the content-addressed store, hash-verified

123 write_context.write_int32(value)
124
125 def read(self, read_context):
126 return read_context.read_int32()
127
128
129class Int64Serializer(Serializer):

Callers

nothing calls this directly

Calls 1

read_int32Method · 0.45

Tested by

no test coverage detected