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

Method ReadData

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

Source from the content-addressed store, hash-verified

70 }
71
72 public override short ReadData(ReadContext context)
73 {
74 return context.Reader.ReadInt16();
75 }
76}
77
78public sealed class Int32Serializer : Serializer<int>

Callers

nothing calls this directly

Calls 1

ReadInt16Method · 0.45

Tested by

no test coverage detected