Closed twlite closed 1 year ago
This pr introduces 4 new helper functions:
encode()
decode()
serialize()
Track
Playlist
deserialize()
This is helpful to people who want to store tracks and playlists inside database and quickly re-initialize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Changes
This pr introduces 4 new helper functions:
encode()
: Produces base64 representation of serialized datadecode()
: Produces serialized json data from encoded stringserialize()
: Transforms structures such asTrack
orPlaylist
into raw jsondeserialize()
: ProducesTrack
orPlaylist
from the serialized json dataThis is helpful to people who want to store tracks and playlists inside database and quickly re-initialize it.
Status