JsonType is not the option which applies to regular beans.
I'm not sure how can I use it.
Let's say I have serializable java bean stored in process variable and I need to make sure that
it is serialized as JSON in DB.
How would I use JsonType for it?
Thanks