@brief Get the released DetachedBuffer. @return A `DetachedBuffer` that owns the buffer and its allocator.
| 1352 | /// @brief Get the released DetachedBuffer. |
| 1353 | /// @return A `DetachedBuffer` that owns the buffer and its allocator. |
| 1354 | DetachedBuffer Release() { |
| 1355 | Finished(); |
| 1356 | return buf_.release(); |
| 1357 | } |
| 1358 | |
| 1359 | /// @brief Get the released pointer to the serialized buffer. |
| 1360 | /// @param size The size of the memory block containing |