did you check http://code.google.com/webtoolkit/doc/latest/tutorial/RPC.html#serialize
the article says:
It has a default (zero argument) constructor with any access modifier (e.g. private Foo(){}
will work)
I’m allways forgetting zeroargument const. when I am making a serializable object 😀
Related Contents:
- When should I use RequestFactory vs GWT-RPC?
- How to print to the console in GWT
- Multiple pages tutorial in Google Web Toolkit (GWT)
- How do I select only visible elements using XPath?
- GWT module may need to be (re)compiled REDUX
- Why use GWT.create() instead of new?
- Differences between GWT and Vaadin
- Java 8 support in GWT
- What does compiling permutation mean in GWT?
- Threading in GWT (Client)
- GWT vs Dart – what are the main differences? Is Dart a potential replacement of GWT? [closed]
- Android: Difference between Parcelable and Serializable?
- What does it mean: The serializable class does not declare a static final serialVersionUID field? [duplicate]
- How do I speed up the gwt compiler?
- What is the meaning of double tilde (~~) in Java?
- Biggest GWT Pitfalls? [closed]
- How do I pass a class as a parameter in Java?
- Interface/enum listing standard mime-type constants
- Best GWT widget library? [closed]
- Is a colon `:` safe for friendly-URL use?
- Send an Array with an HTTP Get
- Regular Expressions and GWT
- Android ArrayList of custom objects – Save to SharedPreferences – Serializable?
- Why does HttpServlet implement Serializable?
- Serializing private member data
- I want to vertical-align text in select box
- Achieving min-width with viewport meta tag
- GWT Custom Events
- What’s the difference between boolean and Boolean in Java? [duplicate]
- java.lang.NoClassDefFoundError: org/apache/http/client/HttpClient
- What is the point of the ISerializable interface?
- Do Hibernate table classes need to be Serializable?
- Replacing com.google.inject with javax.inject
- ClassNotFoundException: org.slf4j.LoggerFactory
- GWT: Capturing URL parameters in GET request
- What are the possible user.agent values in gwt.xml?
- How to pass ArrayList from one activity to another? [duplicate]
- Maven GWT 2.0 and Eclipse
- using XmlArrayItem attribute without XmlArray on Serializable C# class
- How to use the GWT EventBus
- How to do calendar operations in Java GWT? How to add days to a Date?
- Why should I always make my Exceptions [serializable]? (.NET)
- Is still GWT pertinent for new projects? [closed]
- Basic File upload in GWT
- How to use GWT 2.1 Data Presentation Widgets
- Eclipse freezing at startup – before loading workspace
- GWT Custom Event Handler
- Portable class library: recommended replacement for [Serializable]
- Cannot pass custom Object in an Intent: The Method Put Extra is Ambiguous for the type Intent
- Guava libraries and GWT