()
| 104 | } |
| 105 | |
| 106 | func (o *ByteSliceBufferObject) ToBuffer() *ByteBuffer { |
| 107 | return NewByteBuffer(o.data) |
| 108 | } |
| 109 | |
| 110 | // ============================================================================ |
| 111 | // boolSliceSerializer - optimized []bool serialization |
nothing calls this directly
no test coverage detected