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 hr.softwarecity.osijek.model.CompositeKey.java

/**
 *
 * @author Leon
 */
@Embeddable
public class CompositeKey implements Serializable {

From source file com.mirth.connect.model.ArchiveMetaData.java

@XStreamAlias("archiveMetaData")
public class ArchiveMetaData implements Serializable {
    public enum Type {
        PLUGIN, CONNECTOR
    };

From source file com.enonic.cms.core.portal.rendering.PageCacheKey.java

public class PageCacheKey implements Serializable {
    private String userKey;

    private MenuItemKey menuItemKey;

    private String queryString;

From source file de.ailis.xadrian.data.Sun.java

/**
 * A sun.
 *
 * @author Klaus Reimer (k@ailis.de)
 */
public class Sun implements Serializable, Comparable<Sun> {

From source file com.hp.autonomy.types.requests.Documents.java

/**
 * Top level response from the QueryTextIndex API and FindSimilar API.
 */
@SuppressWarnings("InstanceVariableOfConcreteClass")
@Data
public class Documents<T extends Serializable> implements Serializable {

From source file capstone.yelpmodel.JSONWrapper.java

public class JSONWrapper implements Serializable {

    public static final int MAX_RECORDS = 12800;

    JSONArray json = null;

From source file zw.ac.solusiuniversity.model.Bachelor.java

/**
 *
 * @author given
 */
//Clarity
@Document

From source file zw.ac.solusiuniversity.model.BachelorExisting.java

/**
 *
 * @author given
 */
@Document
public class BachelorExisting implements Serializable, Comparable<BachelorExisting> {

From source file web.diva.server.model.GroupColorUtil.java

import org.apache.commons.codec.binary.Base64;

/**
 *
 * @author Yehia Farag
 */

From source file zw.ac.solusiuniversity.model.Disability.java

/**
 *
 * @author given
 */
@Document
public class Disability implements Serializable, Comparable<Disability> {