============================================================================ int16SliceSerializer - optimized []int16 serialization ============================================================================
| 188 | // ============================================================================ |
| 189 | |
| 190 | type int16SliceSerializer struct{} |
| 191 | |
| 192 | func (s int16SliceSerializer) WriteData(ctx *WriteContext, value reflect.Value) { |
| 193 | WriteInt16Slice(ctx.Buffer(), value.Interface().([]int16)) |
nothing calls this directly
no outgoing calls
no test coverage detected