Skip to content

ext encoders are not used when encoding distinct int types ("enums") #55

@Beefster09

Description

@Beefster09

If you have an ext encoder for a distinct int type (as is often used for "enums" in Go), then the encoder will still encode it as if it is a regular int instead of encoding it with the ext encoder you specified

Same thing goes for a slice of that particular type. It will not use the encoders for that slice type.

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