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

Method ReadData

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

Source from the content-addressed store, hash-verified

53 }
54
55 public override sbyte ReadData(ReadContext context)
56 {
57 return context.Reader.ReadInt8();
58 }
59}
60
61public sealed class Int16Serializer : Serializer<short>

Callers

nothing calls this directly

Calls 1

ReadInt8Method · 0.45

Tested by

no test coverage detected