Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 26th, 2012  |  syntax: None  |  size: 0.26 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. what IsSerializable or not in GWT?
  2. public class MceDto implements IsSerializable {
  3.     public MceDto(String uri, String tag) {
  4.         this.uri = uri;
  5.         this.tag = tag;
  6.     }
  7.  
  8.     public String uri;
  9.  
  10.     public String tag;
  11.  
  12.     public Date created;
  13. }