This message was deleted.
# ktor
s
This message was deleted.
a
Unfortunately, the declared received type must match the type of a deserialized object; otherwise the
NoTransformationFoundException
will be thrown because of the
if (result != null && !result._instanceOf_(info.type))
check in the
bodyNullable
method.
r
@Aleksei Tirman [JB] is there any way to do this, like writing custom plug-in. I had written in this way but getting parsing exceptions
a
Unfortunately, I don't see a way to solve your problem.
j
Hi @Reprator, what's up? I think understand your question, the my job I use jsonToObject
r
@Júlio Santos but how ?