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.openamf.examples.Directory.java

/**
 * @author Jason Calabrese <jasonc@missionvi.com>
 * @version $Revision: 1.4 $, $Date: 2005/07/05 22:04:06 $
 */
public class Directory implements Serializable {

From source file com.hp.autonomy.aci.content.ranges.Range.java

@SuppressWarnings("WeakerAccess")
public class Range implements Serializable {
    private static final long serialVersionUID = -5755223676715240483L;

    private static final Pattern FIELD_SEPARATOR = Pattern.compile(":", Pattern.LITERAL);
    private final String field;

From source file org.marketcetera.util.ws.wrappers.MarshalledLocale.java

/**
 * The marshalled form for a locale whose raw form is {@link Locale}.
 * 
 * @author tlerios@marketcetera.com
 * @since 1.0.0
 * @version $Id$

From source file com.enonic.cms.core.content.contenttype.ContentHandlerEntity.java

public class ContentHandlerEntity implements Serializable {
    private ContentHandlerKey key;

    private String name;

    private String className;

From source file com.opengamma.livedata.LiveDataValueUpdateBean.java

/**
 * A simple implementation of a market data update sent from server to client. 
 */
@PublicAPI
public class LiveDataValueUpdateBean implements LiveDataValueUpdate, Serializable {

From source file com.opengamma.core.historicaltimeseries.impl.HistoricalTimeSeriesKey.java

/**
 * Key to represent time-series data in a hash-map or cache.
 */
/* package */final class HistoricalTimeSeriesKey implements Serializable {

    private static final long serialVersionUID = 1L;

From source file com.ppcxy.common.extend.dto.ZTree.java

/**
 * ztree
 * @param <ID>
 */
public class ZTree<ID extends Serializable> implements Serializable {
    private ID id;

From source file np.com.drose.parkgarau.dto.filter.VehicleTypeFilter.java

/**
 * {Insert class description here}
 *
 * @version $Revision: 1.1.1.1 $
 * @since Build {insert version here} (MM YYYY)
 * @author bibek

From source file com.innovaciones.reporte.dao.CabeceraCatalogoReporteDAOImpl.java

/**
 *
 * @author pisama
 */
@Repository
public class CabeceraCatalogoReporteDAOImpl implements CabeceraCatalogoReporteDAO, Serializable {

From source file ve.gob.mercal.app.services.WsAnular.java

/**
 *
 * @author wso2
 */
@Service
public class WsAnular extends ClienteAnularEjecucion implements Serializable {