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

Method ReadData

csharp/src/Fory/PrimitiveSerializers.cs:89–92  ·  view source on GitHub ↗
(ReadContext context)

Source from the content-addressed store, hash-verified

87 }
88
89 public override int ReadData(ReadContext context)
90 {
91 return context.Reader.ReadVarInt32();
92 }
93}
94
95public sealed class Int64Serializer : Serializer<long>

Callers

nothing calls this directly

Calls 1

ReadVarInt32Method · 0.80

Tested by

no test coverage detected