16171819202122
/** * Same as MessageParser(new GWTByteSerializer()); */ public MessageParser(){ this.serializer = new GWTByteSerializer(); }