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

Method ReadData

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

Source from the content-addressed store, hash-verified

172 }
173
174 public override ulong ReadData(ReadContext context)
175 {
176 return context.Reader.ReadVarUInt64();
177 }
178}
179
180public sealed class Float16Serializer : Serializer<Half>

Callers

nothing calls this directly

Calls 1

ReadVarUInt64Method · 0.80

Tested by

no test coverage detected