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

Method ReadData

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

Source from the content-addressed store, hash-verified

36 }
37
38 public override bool ReadData(ReadContext context)
39 {
40 return context.Reader.ReadUInt8() != 0;
41 }
42}
43
44public sealed class Int8Serializer : Serializer<sbyte>

Callers

nothing calls this directly

Calls 1

ReadUInt8Method · 0.80

Tested by

no test coverage detected