NBT
NBT copied to clipboard
Ban serialization of Tag objects
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.