- Made CachedTypeInspector thread safe #386
Previously, using an instance ofSerializer
orDeserializer
was not thread-safe, although the intention was for them to be thread safe. The only mutable state is inside CachedTypeInspector and was not properly protected against concurrent mutation.
- Fix type conflicts when targeting frameworks without nullability attributes #460