asynkron / Wire

Binary serializer for POCO objects
Apache License 2.0
376 stars 63 forks source link

Stack overflow when serializing/deserializing LinkedList #135

Closed Horusiath closed 3 years ago

Horusiath commented 7 years ago

Serializing/deserializing LinkedList<> causes StackOverflowException to raise using Wire serializer with default options. This doesn't happen on project compiled using debug settings. You need to build it with release configuration to make the issue come to the top.

Setting preserveObjectReferences and versionTolerance flags to true also doesn't help here.