/// <inheritdoc/> public override void WriteValue(ref WriteContext writer, float value) { writer.WriteFloat(value); }