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

Method ReadData

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

Source from the content-addressed store, hash-verified

223 }
224
225 public override float ReadData(ReadContext context)
226 {
227 return context.Reader.ReadFloat32();
228 }
229}
230
231public sealed class Float64Serializer : Serializer<double>

Callers

nothing calls this directly

Calls 1

ReadFloat32Method · 0.45

Tested by

no test coverage detected