Skip to main content
method Serializer.prototype.releaseBuffer
Serializer.prototype.releaseBuffer(): Buffer
Deprecated

Returns the stored internal buffer. This serializer should not be used once the buffer is released. Calling this method results in undefined behavior if a previous write has failed.

Return Type

Buffer
Back to top