Re: Serializable vs IsSerialisable

2010-07-20 Thread Gal Dolber
Also, If you use IsSerializable is easier to control the rpc serializers explotion 2010/7/20 Thad > Originally, back with GWT 1.1 and 1.2, objects that could be > serialized across GWT's RPC layer had to implement > com.google.gwt.user.client.rpc.IsSerializable. This interface had no > methods,

Re: Serializable vs IsSerialisable

2010-07-20 Thread Thad
Originally, back with GWT 1.1 and 1.2, objects that could be serialized across GWT's RPC layer had to implement com.google.gwt.user.client.rpc.IsSerializable. This interface had no methods, it just had to be implemented. Implementing IsSerializable vs java.io.Serializable was a hassle for those o

Serializable vs IsSerialisable

2010-07-20 Thread Magnus
Hi, what's the difference between implements IsSerializable and implements Serializable? If I have a class that should be used both on the client side and on the server side, which interface should be used? Thanks Magnus -- You received this message because you are subscribed to the Google G