-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
Labels
No labels