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

Struct byteSliceSerializer

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

============================================================================ byteSliceSerializer - optimized []byte serialization ============================================================================

Source from the content-addressed store, hash-verified

37// ============================================================================
38
39type byteSliceSerializer struct{}
40
41func (s byteSliceSerializer) WriteData(ctx *WriteContext, value reflect.Value) {
42 v := value.Interface().([]byte)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected