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

Struct uint32SliceSerializer

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

============================================================================ uint32SliceSerializer - optimized []uint32 serialization ============================================================================

Source from the content-addressed store, hash-verified

340// ============================================================================
341
342type uint32SliceSerializer struct{}
343
344func (s uint32SliceSerializer) WriteData(ctx *WriteContext, value reflect.Value) {
345 WriteUint32Slice(ctx.Buffer(), value.Interface().([]uint32))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected