Example usage for java.io Serializable interface-usage

List of usage examples for java.io Serializable interface-usage

Introduction

In this page you can find the example usage for java.io Serializable interface-usage.

Usage

From source file org.slage.conditionals.Condition.java

/**
 * Defines a Condition object that we can use to check values in determining
 * whether or not a handler should be fired.
 * 
 * @author <a href="mailto:Matt@SQ7.org">Matt Holden</a>
 */

From source file com.xumpy.thuisadmin.controllers.model.RegisterUserPage.java

/**
 *
 * @author nicom
 */

@Scope("session")

From source file com.model.User.java

/**
 *
 * @author lprates
 */
public class User implements Serializable {

From source file com.enonic.cms.domain.security.RememberedLoginKey.java

/**
 * Jul 10, 2009
 */
public class RememberedLoginKey implements Serializable {

    private SiteKey siteKey;

From source file com.enonic.cms.domain.structure.DefaultSiteAccessEntity.java

public class DefaultSiteAccessEntity implements Serializable {
    private DefaultSiteAccessKey key;

    private boolean readAccess;

    private boolean createAccess;

From source file com.test.servlet.User.java

/**
 *
 * @author pedja
 */
public class User implements Serializable {

From source file com.magmutual.nmpcf.view.XMLUploadView.java

/**
 * @author tblanks
 */
@Component("view")
@Scope(value = "session", proxyMode = ScopedProxyMode.TARGET_CLASS)
public class XMLUploadView implements Serializable {

From source file info.axbase.app.VersionInfo.java

class VersionInfo implements Serializable {
    private static final long serialVersionUID = 8445572940087456648L;

    public String fileName;
    public String whatsNew;
    public long fileTime;

From source file org.lnicholls.galleon.database.Theater.java

/** 
 * Auto-generated using Hibernate hbm2java tool.
 * Copyright (C) 2005, 2006 Leon Nicholls
 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public
 * License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later
 * version.

From source file com.enonic.cms.core.security.RememberedLoginKey.java

/**
 * Jul 10, 2009
 */
public class RememberedLoginKey implements Serializable {

    private SiteKey siteKey;