DV8FromTheWorld / JDA-Player

Extension library for JDA (or D4J) that provides an Java wrapping of Youtube-dl, FFmpeg and FFprobe for use as an AudioProvider.
Apache License 2.0
14 stars 5 forks source link

Serialization #21

Open MinnDevelopment opened 7 years ago

MinnDevelopment commented 7 years ago

Following classes should be marked Serializable:

This change would enable users to transport sources more easily and at the same time allow users to store Playlists effectively.

DV8FromTheWorld commented 7 years ago

This is a good idea. I'll do this in the rewrite. Good suggestion