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
When I serialize an instance of B I get JSON like:
{
"child": null
}
When I attempt to deserialize the JSON produced I get an exception:
Exception in thread "main" com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot find a Value deserializer for abstract type [reference type, class cyclops.control.Option<my.package.A><[simple type, class my.package.A]>]
To Reproduce
Described above
Expected behavior
JSON serialization AND deserialization should work...
The text was updated successfully, but these errors were encountered:
Describe the bug
My object mapper is configured as so:
I have a class defined as follows:
When I serialize an instance of
B
I get JSON like:When I attempt to deserialize the JSON produced I get an exception:
To Reproduce
Described above
Expected behavior
JSON serialization AND deserialization should work...
The text was updated successfully, but these errors were encountered: