NBT icon indicating copy to clipboard operation
NBT copied to clipboard

Ban serialization of Tag objects

Open dktapps opened this issue 6 years ago • 0 comments

Far too often I've seen users who serialize() internal data (like item NBT) in order to store it. This is not only stupid (because it defeats the entire point of using NBT), it's also prone to breakages like this.

This issue proposes disallowing serialization of Tag object trees, or possibly to encode them in a non-breakable format using Serializable.

dktapps avatar Mar 23 '19 08:03 dktapps