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

Method ReadData

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

Source from the content-addressed store, hash-verified

104 }
105
106 public override long ReadData(ReadContext context)
107 {
108 return context.Reader.ReadVarInt64();
109 }
110}
111
112public sealed class UInt8Serializer : Serializer<byte>

Callers

nothing calls this directly

Calls 1

ReadVarInt64Method · 0.80

Tested by

no test coverage detected