============================================================================ int8SliceSerializer - optimized []int8 serialization ============================================================================
| 150 | // ============================================================================ |
| 151 | |
| 152 | type int8SliceSerializer struct{} |
| 153 | |
| 154 | func (s int8SliceSerializer) WriteData(ctx *WriteContext, value reflect.Value) { |
| 155 | WriteInt8Slice(ctx.Buffer(), value.Interface().([]int8)) |
nothing calls this directly
no outgoing calls
no test coverage detected