Hi
i think i found a solution to make it working without using the REST API. To try now with it i have no time yet.
I used converters on the server side for some not serializable data types like ProcessInstance, StartFormData, … which convert their attributes into a serializable implementation of the interface.
But i use some more classes to be made serializable from the form package
- FormPropertyImpl
- all the FormType classes like BooleanFormType, DateFormType, EnumFormType, LongFormType, StringFormType …
i tried all these changes already and at least my example seems to work fine.