Problem with serialization custom property #973
Replies: 2 comments 3 replies
-
Well, the docs say:
So I guess this is just a bug. I'll open an issue. |
Beta Was this translation helpful? Give feedback.
-
Cross-posting from #974:
|
Beta Was this translation helpful? Give feedback.
-
I have encountered with problem when I wanted to add custom property as my own object. I expected json object like this:
In reality, I got:
I checked the implementation and realised that it used toString method for the serialization custom properties.
Is there work around to solve it?
Beta Was this translation helpful? Give feedback.
All reactions