Azure / amqpnetlite

AMQP 1.0 .NET Library
Apache License 2.0
401 stars 143 forks source link

Add the ability to encode nested IList #461

Closed woppa684 closed 3 years ago

woppa684 commented 3 years ago

Closes #459

This PR adds the ability to encode any nested IList instead of only Amqp.Types.List

ghost commented 3 years ago

CLA assistant check
All CLA requirements met.

woppa684 commented 3 years ago

I can also add support for the serializer if needed (it currently also does not support IList<T> very well)