MCPcopy Create free account
hub / github.com/apache/fory / uint64SliceSerializer

Struct uint64SliceSerializer

go/fory/slice_primitive.go:380–380  ·  view source on GitHub ↗

============================================================================ uint64SliceSerializer - optimized []uint64 serialization ============================================================================

Source from the content-addressed store, hash-verified

378// ============================================================================
379
380type uint64SliceSerializer struct{}
381
382func (s uint64SliceSerializer) WriteData(ctx *WriteContext, value reflect.Value) {
383 WriteUint64Slice(ctx.Buffer(), value.Interface().([]uint64))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected