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

Struct float32SliceSerializer

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

============================================================================ float32SliceSerializer - optimized []float32 serialization ============================================================================

Source from the content-addressed store, hash-verified

416// ============================================================================
417
418type float32SliceSerializer struct{}
419
420func (s float32SliceSerializer) WriteData(ctx *WriteContext, value reflect.Value) {
421 WriteFloat32Slice(ctx.Buffer(), value.Interface().([]float32))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected