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

Method WriteData

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

Source from the content-addressed store, hash-verified

98 public override long DefaultValue => 0;
99
100 public override void WriteData(WriteContext context, in long value, bool hasGenerics)
101 {
102 _ = hasGenerics;
103 context.Writer.WriteVarInt64(value);
104 }
105
106 public override long ReadData(ReadContext context)
107 {

Callers

nothing calls this directly

Calls 1

WriteVarInt64Method · 0.80

Tested by

no test coverage detected