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

Struct int32SliceSerializer

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

============================================================================ int32SliceSerializer - optimized []int32 serialization ============================================================================

Source from the content-addressed store, hash-verified

226// ============================================================================
227
228type int32SliceSerializer struct{}
229
230func (s int32SliceSerializer) WriteData(ctx *WriteContext, value reflect.Value) {
231 WriteInt32Slice(ctx.Buffer(), value.Interface().([]int32))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected