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

Method ReadData

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

Source from the content-addressed store, hash-verified

121 }
122
123 public override byte ReadData(ReadContext context)
124 {
125 return context.Reader.ReadUInt8();
126 }
127}
128
129public sealed class UInt16Serializer : Serializer<ushort>

Callers

nothing calls this directly

Calls 1

ReadUInt8Method · 0.80

Tested by

no test coverage detected