============================================================================ uint64SliceSerializer - optimized []uint64 serialization ============================================================================
| 378 | // ============================================================================ |
| 379 | |
| 380 | type uint64SliceSerializer struct{} |
| 381 | |
| 382 | func (s uint64SliceSerializer) WriteData(ctx *WriteContext, value reflect.Value) { |
| 383 | WriteUint64Slice(ctx.Buffer(), value.Interface().([]uint64)) |
nothing calls this directly
no outgoing calls
no test coverage detected