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

Method ReadData

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

Source from the content-addressed store, hash-verified

206 }
207
208 public override BFloat16 ReadData(ReadContext context)
209 {
210 return BFloat16.FromBits(context.Reader.ReadUInt16());
211 }
212}
213
214public sealed class Float32Serializer : Serializer<float>

Callers

nothing calls this directly

Calls 2

FromBitsMethod · 0.80
ReadUInt16Method · 0.80

Tested by

no test coverage detected