-
-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested sequence of polymorphic type serialized without type info (ver 2.10.2) #442
Comments
I think similar symptom also occurs to Tuple.
Pay attention to the "data" member of LogNode2, which is a Tuple2 that uses PyContextMetaType.
The expected jsonStr should be:
|
Hi there, Were you able to find a workaround for this? |
Hi @iLoveZod13, |
Hi @tremaluca |
The following code works as expected
printing the following output
But if the
Burrito
class is replaced by a simpleSeq[Ingredient]
the type information is omitted in the resulting json
This issue is not present in equivalent java code
The text was updated successfully, but these errors were encountered: