Skip to content

Enum flags are serialized as strings instead of numbers #37

@DanielDK05

Description

@DanielDK05

I noticed enum flags are serialized as "FLAG_A | FLAG_B" instead of as integers. It would be useful to serialize them as integers to better support versioning/refactoring, at least in my case. Is there a specific reason that they are serialized as strings? I would be happy to make a PR to change this btw, if there is interest.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions