Add Serialize/Deserialize trait bounds to ragnarok_packets::Packet
#81
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
There is currently no use case for this but I can imagine something like converting the packets to JSON for debugging or data collection, and there is really no reason the packets shouldn't implement Serde traits.
This ticket is pretty easy, just a bit of manual labor (much less when using a good Regex I assume).
The text was updated successfully, but these errors were encountered: