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

Struct boolSliceSerializer

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

============================================================================ boolSliceSerializer - optimized []bool serialization ============================================================================

Source from the content-addressed store, hash-verified

112// ============================================================================
113
114type boolSliceSerializer struct{}
115
116func (s boolSliceSerializer) WriteData(ctx *WriteContext, value reflect.Value) {
117 WriteBoolSlice(ctx.Buffer(), value.Interface().([]bool))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected