viritin / flow-viritin

Viritin inspired project for Vaadin Flow
Other
43 stars 15 forks source link

UploadFileHandler interfaces are not Serializable #61

Closed jorgheymans closed 5 months ago

jorgheymans commented 6 months ago

Similar to #52, the FileHandler and CallbackFileHandler interface should be serializable for this to work in a clustered environment. The workaround is easy though, just create a class implementing the interface needed and make that one Serializable. But still, it would be good to have these serializable out of the box.