Replies: 1 comment
-
Currently our SDK only supports Gson based json objects, and there is no configuration that we enable. We'll take this as a feature request though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our project we rely heavily on Jackson annotations and custom deserializers. When I want to report one of our objects using
sendReportedProperties
, things get a bit iffy:This updates the twin but serializes a lot of internals of the class that we don't want. I could serialize the object myself using Jackson, but that will instead generate an escape JSON string as the value, when I actually want an object.
Is there any way to override GSON in favor of Jackson, or any other way to handle this scenario?
AB#8306228
Beta Was this translation helpful? Give feedback.
All reactions