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
Hi, in our project we use Option type. Is there a way to register single custom SerializerFactory that would handle all of the concrete instantiations of the generic type? Ideally a null case could be handled too (which would be deserialized as None) and custom de/serializer implementation would forward conversion of internal T type back to default implementation.
The text was updated successfully, but these errors were encountered:
Hi, in our project we use Option type. Is there a way to register single custom SerializerFactory that would handle all of the concrete instantiations of the generic type? Ideally a null case could be handled too (which would be deserialized as None) and custom de/serializer implementation would forward conversion of internal T type back to default implementation.
The text was updated successfully, but these errors were encountered: