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

Method WriteData

csharp/src/Fory/PrimitiveSerializers.cs:49–53  ·  view source on GitHub ↗
(WriteContext context, in sbyte value, bool hasGenerics)

Source from the content-addressed store, hash-verified

47 public override sbyte DefaultValue => 0;
48
49 public override void WriteData(WriteContext context, in sbyte value, bool hasGenerics)
50 {
51 _ = hasGenerics;
52 context.Writer.WriteInt8(value);
53 }
54
55 public override sbyte ReadData(ReadContext context)
56 {

Callers

nothing calls this directly

Calls 1

WriteInt8Method · 0.45

Tested by

no test coverage detected