============================================================================ byteSliceSerializer - optimized []byte serialization ============================================================================
| 37 | // ============================================================================ |
| 38 | |
| 39 | type byteSliceSerializer struct{} |
| 40 | |
| 41 | func (s byteSliceSerializer) WriteData(ctx *WriteContext, value reflect.Value) { |
| 42 | v := value.Interface().([]byte) |
nothing calls this directly
no outgoing calls
no test coverage detected