public void deserial(SerializationStreamReader reader, Object object)
     throws SerializationException {
   com.gwtplatform.dispatch.shared.ServiceException_FieldSerializer.deserialize(
       reader, (com.gwtplatform.dispatch.shared.ServiceException) object);
 }
 public void serial(SerializationStreamWriter writer, Object object)
     throws SerializationException {
   com.gwtplatform.dispatch.shared.ServiceException_FieldSerializer.serialize(
       writer, (com.gwtplatform.dispatch.shared.ServiceException) object);
 }
 public Object create(SerializationStreamReader reader) throws SerializationException {
   return com.gwtplatform.dispatch.shared.ServiceException_FieldSerializer.instantiate(reader);
 }