AIAClient icon indicating copy to clipboard operation
AIAClient copied to clipboard

Don't use Java Serializable

Open iceBear67 opened this issue 2 years ago • 1 comments

It is ineffecient and insecure.
Item 85 : Prefer alternatives to java serialization

Instead, I prefer ByteArrayDataOutput in Guava, which is already in Spigot, you can use it in your plugin directly for a better performance and security. < 3

iceBear67 avatar Jul 01 '22 13:07 iceBear67

Will look into it after training the model to be good enough.

huzpsb avatar Jul 01 '22 14:07 huzpsb