Serialization of UIAttribute
First, I want to thank you very much for spending your time to develop such a useful add-on.
I’m developing a spring application with Vaadin and your add-on and sometimes get the error that objects of type UIAttribute are not serializable. I guess there are objects of type UIAttribute in a session that the application server wants to serialize when stopped. Is it possible to extend this class to be serializable or is there any other meaningful solution.
Thanks