============================================================================ float32SliceSerializer - optimized []float32 serialization ============================================================================
| 416 | // ============================================================================ |
| 417 | |
| 418 | type float32SliceSerializer struct{} |
| 419 | |
| 420 | func (s float32SliceSerializer) WriteData(ctx *WriteContext, value reflect.Value) { |
| 421 | WriteFloat32Slice(ctx.Buffer(), value.Interface().([]float32)) |
nothing calls this directly
no outgoing calls
no test coverage detected