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

Method WriteData

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

Source from the content-addressed store, hash-verified

166 public override ulong DefaultValue => 0;
167
168 public override void WriteData(WriteContext context, in ulong value, bool hasGenerics)
169 {
170 _ = hasGenerics;
171 context.Writer.WriteVarUInt64(value);
172 }
173
174 public override ulong ReadData(ReadContext context)
175 {

Callers

nothing calls this directly

Calls 1

WriteVarUInt64Method · 0.80

Tested by

no test coverage detected