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
293 stars 62 forks source link

Indexer support in binding paths #45

Open jefffhaynes opened 8 years ago

jefffhaynes commented 8 years ago

It would be nice if path syntax supported indexers for collection binding

Waelwindows commented 6 years ago

Can you also add a range like expression for bindings, because there's a lot of cases where there's 2 arrays/lists in which one contains the offset and the other contains the actual data so it would help to have something like FieldOffset("OffsetList", IterateType.All) and it will use the value in the list at the index of the current item