Project

General

Profile

« Previous | Next » 

Revision 57667

Removing Serializable and IsSerializable interfaces from classes

View differences:

UserProfile.java
6 6
import java.util.List;
7 7
import java.util.Set;
8 8

  
9
import com.google.gwt.user.client.rpc.IsSerializable;
10 9
import eu.dnetlib.domain.SecureDriverResource;
11 10

  
12 11
/**
......
16 15
 * 
17 16
 */
18 17

  
19
public class UserProfile extends SecureDriverResource implements IsSerializable {
18
public class UserProfile extends SecureDriverResource{
20 19
	private static final long serialVersionUID = -1565597762736460041L;
21 20

  
22 21
	// general info

Also available in: Unified diff