You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release is a small improvemenet to previous release.
This release add possibility to override FindTypeSerializer method in SerializationContext to suppord adding custom logic there.
Add possibility to not add generated type serializers to global serialization context.
This allows to generate serializers for internal types which can be used with local serialization context just for individual serialization operations.