============================================================================ int32SliceSerializer - optimized []int32 serialization ============================================================================
| 226 | // ============================================================================ |
| 227 | |
| 228 | type int32SliceSerializer struct{} |
| 229 | |
| 230 | func (s int32SliceSerializer) WriteData(ctx *WriteContext, value reflect.Value) { |
| 231 | WriteInt32Slice(ctx.Buffer(), value.Interface().([]int32)) |
nothing calls this directly
no outgoing calls
no test coverage detected