gregsdennis/Manatee.Json

Concurrency issue with serialization

gregsdennis opened this issue · 0 comments

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.