Exemple #1
0
 /// <inheritdoc/>
 public override void WriteValue(ref WriteContext writer, long value)
 {
     writer.WriteInt64(value);
 }