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

Struct int16SliceSerializer

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

============================================================================ int16SliceSerializer - optimized []int16 serialization ============================================================================

Source from the content-addressed store, hash-verified

188// ============================================================================
189
190type int16SliceSerializer struct{}
191
192func (s int16SliceSerializer) WriteData(ctx *WriteContext, value reflect.Value) {
193 WriteInt16Slice(ctx.Buffer(), value.Interface().([]int16))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected