Skip to content

[feat] Add bitfield support #34

@Rafael-SOWNet

Description

@Rafael-SOWNet

Right now we can use for example BitsKit.BitFields to have bitfields, but that generates public properties based on private fields. And of course EndianBinaryIO does not ignore those generated properties to do its serialization stuff.

Maybe it can easily be done by having a function or init-options to register interface types that can be ignored during serialization or something or an option to only work on fields (BitsKit does it magic on fields), so these two libraries can work along.

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