mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-18 03:59:38 +00:00
22 lines
413 B
Markdown
22 lines
413 B
Markdown
[youtubei.js](../../../README.md) / [BinarySerializer](../README.md) / deserialize
|
|
|
|
# Function: deserialize()
|
|
|
|
> **deserialize**\<`T`\>(`buffer`): `T`
|
|
|
|
## Type Parameters
|
|
|
|
• **T**
|
|
|
|
## Parameters
|
|
|
|
• **buffer**: `Uint8Array`
|
|
|
|
## Returns
|
|
|
|
`T`
|
|
|
|
## Defined in
|
|
|
|
[src/utils/BinarySerializer.ts:23](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/BinarySerializer.ts#L23)
|