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

Serialisation fails even if Property is ignored #170

Closed A016699 closed 1 year ago

A016699 commented 3 years ago

I want IBinarySerializable interface for serialising custom values. In this special I wants serialise the IPAddess and IPEndoint to a binary message. I'm added you an example which generates the error.

ArgumentException: An item with the same key has already been added. Key: Ipx Test-BinarySerialzer.zip