jefffhaynes / BinarySerializer

A declarative serialization framework for controlling formatting of data at the byte and bit level using field bindings, converters, and code.
MIT License
289 stars 62 forks source link

Feature Request: ItemBitLength and ItemScale #157

Open LucaGanio opened 3 years ago

LucaGanio commented 3 years ago

would it be possible to add an ItemBitLength and an ItemScale attribute in a similar way to what currently happens with FildBitLength and FieldScale? The new attributes should be applied on a list to control the way its items are serialized