vaadin4spring
vaadin4spring copied to clipboard
EventBus interface should be Serializable
Since ScopedEventBus is Serializable it's interface ought to as well so full serialization of a Vaadin Spring component works. Otherwise, one has to make the EventBus as transient.