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

Method ReadData

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

Source from the content-addressed store, hash-verified

189 }
190
191 public override Half ReadData(ReadContext context)
192 {
193 return BitConverter.UInt16BitsToHalf(context.Reader.ReadUInt16());
194 }
195}
196
197public sealed class BFloat16Serializer : Serializer<BFloat16>

Callers

nothing calls this directly

Calls 1

ReadUInt16Method · 0.80

Tested by

no test coverage detected