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

Method WriteData

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

Source from the content-addressed store, hash-verified

149 public override uint DefaultValue => 0;
150
151 public override void WriteData(WriteContext context, in uint value, bool hasGenerics)
152 {
153 _ = hasGenerics;
154 context.Writer.WriteVarUInt32(value);
155 }
156
157 public override uint ReadData(ReadContext context)
158 {

Callers

nothing calls this directly

Calls 1

WriteVarUInt32Method · 0.80

Tested by

no test coverage detected