============================================================================ int64SliceSerializer - optimized []int64 serialization ============================================================================
| 264 | // ============================================================================ |
| 265 | |
| 266 | type int64SliceSerializer struct{} |
| 267 | |
| 268 | func (s int64SliceSerializer) WriteData(ctx *WriteContext, value reflect.Value) { |
| 269 | WriteInt64Slice(ctx.Buffer(), value.Interface().([]int64)) |
nothing calls this directly
no outgoing calls
no test coverage detected