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

Struct int8SliceSerializer

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

============================================================================ int8SliceSerializer - optimized []int8 serialization ============================================================================

Source from the content-addressed store, hash-verified

150// ============================================================================
151
152type int8SliceSerializer struct{}
153
154func (s int8SliceSerializer) WriteData(ctx *WriteContext, value reflect.Value) {
155 WriteInt8Slice(ctx.Buffer(), value.Interface().([]int8))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected