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

Struct uint16SliceSerializer

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

============================================================================ uint16SliceSerializer - optimized []uint16 serialization ============================================================================

Source from the content-addressed store, hash-verified

302// ============================================================================
303
304type uint16SliceSerializer struct{}
305
306func (s uint16SliceSerializer) WriteData(ctx *WriteContext, value reflect.Value) {
307 WriteUint16Slice(ctx.Buffer(), value.Interface().([]uint16))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected