]> source.dussan.org Git - vaadin-framework.git/commit
Ensure all server and shared classes are serializable (#10735) 48/648/1
authorHenri Sara <hesara@vaadin.com>
Tue, 15 Jan 2013 10:42:10 +0000 (12:42 +0200)
committerHenri Sara <hesara@vaadin.com>
Tue, 15 Jan 2013 10:42:10 +0000 (12:42 +0200)
commitea2ebd16543c36e389f4204591a7e9d2d9613534
tree9d05cf95cf6067b605a25e48787070ca983766d1
parent7413385a7cc0e87ec8d35574963113d3c58af5ec
Ensure all server and shared classes are serializable (#10735)

Change-Id: I40a59087fea7fbd4ad202ef803b42bbc76bf94d3
36 files changed:
server/src/com/vaadin/data/ContainerHelpers.java
server/src/com/vaadin/server/EncodeResult.java
server/src/com/vaadin/server/JsonCodec.java
server/src/com/vaadin/server/VaadinPortlet.java
server/src/com/vaadin/server/WrappedSession.java
server/src/com/vaadin/ui/AbstractColorPicker.java
server/src/com/vaadin/ui/components/colorpicker/HasColorChangeListener.java
server/src/com/vaadin/util/CurrentInstance.java
server/src/com/vaadin/util/ReflectTools.java
shared/src/com/vaadin/shared/ApplicationConstants.java
shared/src/com/vaadin/shared/ComponentConstants.java
shared/src/com/vaadin/shared/EventId.java
shared/src/com/vaadin/shared/JavaScriptConnectorState.java
shared/src/com/vaadin/shared/JsonConstants.java
shared/src/com/vaadin/shared/annotations/DelegateToWidget.java
shared/src/com/vaadin/shared/communication/FieldRpc.java
shared/src/com/vaadin/shared/ui/AlignmentInfo.java
shared/src/com/vaadin/shared/ui/ComponentStateUtil.java
shared/src/com/vaadin/shared/ui/ShortCutConstants.java
shared/src/com/vaadin/shared/ui/colorpicker/Color.java
shared/src/com/vaadin/shared/ui/combobox/ComboBoxConstants.java
shared/src/com/vaadin/shared/ui/datefield/DateFieldConstants.java
shared/src/com/vaadin/shared/ui/draganddropwrapper/DragAndDropWrapperConstants.java
shared/src/com/vaadin/shared/ui/embedded/EmbeddedConstants.java
shared/src/com/vaadin/shared/ui/link/LinkConstants.java
shared/src/com/vaadin/shared/ui/menubar/MenuBarConstants.java
shared/src/com/vaadin/shared/ui/optiongroup/OptionGroupConstants.java
shared/src/com/vaadin/shared/ui/table/TableConstants.java
shared/src/com/vaadin/shared/ui/tabsheet/TabsheetBaseConstants.java
shared/src/com/vaadin/shared/ui/tabsheet/TabsheetConstants.java
shared/src/com/vaadin/shared/ui/textfield/TextFieldConstants.java
shared/src/com/vaadin/shared/ui/tree/TreeConstants.java
shared/src/com/vaadin/shared/ui/treetable/TreeTableConstants.java
shared/src/com/vaadin/shared/ui/twincolselect/TwinColSelectConstants.java
shared/src/com/vaadin/shared/ui/ui/UIConstants.java
shared/src/com/vaadin/shared/ui/video/VideoConstants.java