Concurrency issue with serialization
gregsdennis opened this issue · 0 comments
gregsdennis commented
When two thread attempt to autoserialize the same type at the same time, the reflection cache is suffering from concurrency issues and throws a NullReferenceException
.