============================================================================ uint32SliceSerializer - optimized []uint32 serialization ============================================================================
| 340 | // ============================================================================ |
| 341 | |
| 342 | type uint32SliceSerializer struct{} |
| 343 | |
| 344 | func (s uint32SliceSerializer) WriteData(ctx *WriteContext, value reflect.Value) { |
| 345 | WriteUint32Slice(ctx.Buffer(), value.Interface().([]uint32)) |
nothing calls this directly
no outgoing calls
no test coverage detected