List of usage examples for java.io Serializable interface-usage
From source file com.gerenciaProyecto.Beans.TiendaBean.java
/**
*
* @author Agandio
*/
@ViewScoped
From source file com.pamarin.osgi.virgosnap.prototype.controller.SimpleController.java
/** * * @author anonymous */ @Component @Scope("session")
From source file com.xumpy.thuisadmin.controllers.pages.Register.java
/** * * @author nicom */ @Controller public class Register implements Serializable {
From source file com.xumpy.thuisadmin.controllers.model.FilterReportBedragenInGroep.java
/** * * @author nicom */ @Component @Scope("session")
From source file org.mayocat.configuration.ExposedSettings.java
/** * @version $Id: e606d73733c23cf3de01862a164a23d8a8f40655 $ */ public interface ExposedSettings extends Serializable { @JsonIgnore String getKey();
From source file com.pamarin.osgi.virgosnap.subproject1.controller.SubProject1Controller.java
/** * * @author anonymous */ @Component @Scope("session")
From source file com.sas.brd.sicc.model.Course.java
/** * * @author tzuhsien */ public class Course extends BaseObject implements Serializable, GrantedAuthority {
From source file com.enonic.cms.core.structure.menuitem.ContentHomeKey.java
public class ContentHomeKey implements Serializable { private ContentKey contentKey; private SiteKey siteKey; public ContentHomeKey() {
From source file ArrayMap.java
public class ArrayMap extends AbstractMap implements Cloneable, Serializable { static class Entry implements Map.Entry { protected Object key, value; public Entry(Object key, Object value) {
From source file com.enonic.cms.core.structure.DefaultSiteAccessEntity.java
public class DefaultSiteAccessEntity implements Serializable { private DefaultSiteAccessKey key; private boolean readAccess; private boolean createAccess;