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 es.pode.administracion.presentacion.estructuraseducativas.taxonomias.listar.FormListarTaxonomiasBuscarFormImpl.java

public class FormListarTaxonomiasBuscarFormImpl extends org.apache.struts.validator.ValidatorForm
        implements java.io.Serializable {
    private java.lang.String idiomaBuscador;
    private java.lang.Object[] idiomaBuscadorValueList;
    private java.lang.Object[] idiomaBuscadorLabelList;

From source file pl.vane.pdf.model.PDFPageSize.java

/**
 * Author: Michal Szczepanski
 * Date: 23/03/15
 * Time: 23:06
 */
@Data

From source file useraccess.util.HashEncryptImplementation.java

/**
 * Implementation class for hash encryption.
 * @author javi
 */
@Dependent
public class HashEncryptImplementation implements HashEncrypt, Serializable {

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

/**
 *
 * @author pisama
 */
@Repository
public class RolDAOImpl implements RolDAO, Serializable {

From source file com.sharing.entities.dto.RegisterDto.java

/**
 * @author leehot
 * ?  1. ?   2.?  3.?
 * sex()? 0()1()
 * ??18?
 * ??11?

From source file gov.nih.nci.security.authorization.domainobjects.ConfigurationProperties.java

public class ConfigurationProperties implements Comparable, Serializable {
    private String propertyKey;
    private String propertyValue;

    public ConfigurationProperties() {

From source file org.marketcetera.trade.ReportBase.java

/**
 * Declares common fields between various reports. This type is not
 * meant to be used directly, use one of its sub-types instead.
 *
 * @author anshul@marketcetera.com
 * @version $Id: ReportBase.java 16888 2014-04-22 18:32:36Z colin $

From source file com.raptor.entities.task.TaskSenderBlogWordpress.java

/**
 * This class represents a task having something to send/publish on a blog in a scenario
 * It use Wordpress Post publish by email http://en.support.wordpress.com/post-by-email/
 * 
 * Input type: List<Article>
 * Output type : boolean

From source file MutableInteger.java

/**   Implements an integer object wrapper which allows changing the integer value.
 *
 *   <p>
 *   The built-in Java Integer class does not allow changing the value
 *   of the wrapped integer value once the Integer object is created.
 *   MutableInteger provides most of the same methods as Integer but adds

From source file com.marcosanta.service.impl.CuentaUsuarioServiceImpl.java

/**
 *
 * @author Santa
 */
public class CuentaUsuarioServiceImpl implements CuentaUsuarioService, Serializable {