Skip to content

Ban serialization of Tag objects #47

@dktapps

Description

@dktapps

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions