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
Between 2.2.1 and 2.2.2 the OptionSerializer was made " with ContextualSerializer" due to #81
This somehow caused serialization of classes containing an Option[JsonNode] to fail.
This gist (https://gist.github.com/ittaiz/6903795) contains a failing test.
If you could point me at the right direction I'd be more than happy to try and contribue a pull request