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
I'm having this error message com.beust.klaxon.KlaxonException: Unable to instantiate Pdv (class def below) while I try to serialize a string (JSON format).
Here is a part of the stringified JSON I am working on:
Hi,
I'm having this error message
com.beust.klaxon.KlaxonException: Unable to instantiate Pdv
(class def below) while I try to serialize a string (JSON format).Here is a part of the stringified JSON I am working on:
Here is my entity:
And here is how I parse
I found similar issues but couldn't find a way to resolve it.
I've noticed that when I ignore listPrix, it works fine.
I am using klaxon 5.5 and kotlin 1.6.10
Thanks in advance,
The text was updated successfully, but these errors were encountered: