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

Method ReadData

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

Source from the content-addressed store, hash-verified

155 }
156
157 public override uint ReadData(ReadContext context)
158 {
159 return context.Reader.ReadVarUInt32();
160 }
161}
162
163public sealed class UInt64Serializer : Serializer<ulong>

Callers

nothing calls this directly

Calls 1

ReadVarUInt32Method · 0.80

Tested by

no test coverage detected