You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: