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
Support for Type Id for various "special" JDK collections, maps, in JavaUtilCollectionsDeserializers is messy at this point, trying to automatically detect actual classes involved. Instead it might make sense to use simpler (if less flexible) approach used with #3009, but use it for all supported types (unmodifiable, singleton, synchronized), and avoid having to load in implementations eagerly.
The text was updated successfully, but these errors were encountered:
(note: follow-up for #3009)
Support for Type Id for various "special" JDK collections, maps, in
JavaUtilCollectionsDeserializers
is messy at this point, trying to automatically detect actual classes involved. Instead it might make sense to use simpler (if less flexible) approach used with #3009, but use it for all supported types (unmodifiable, singleton, synchronized), and avoid having to load in implementations eagerly.The text was updated successfully, but these errors were encountered: