============================================================================ uint16SliceSerializer - optimized []uint16 serialization ============================================================================
| 302 | // ============================================================================ |
| 303 | |
| 304 | type uint16SliceSerializer struct{} |
| 305 | |
| 306 | func (s uint16SliceSerializer) WriteData(ctx *WriteContext, value reflect.Value) { |
| 307 | WriteUint16Slice(ctx.Buffer(), value.Interface().([]uint16)) |
nothing calls this directly
no outgoing calls
no test coverage detected