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.lnicholls.galleon.database.Playlists.java

/** 
 * Auto-generated using Hibernate hbm2java tool.
 * Copyright (C) 2005 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 org.lnicholls.galleon.database.Version.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 es.pode.empaquetador.presentacion.guardar.GuardarFormImpl.java

public class GuardarFormImpl extends org.apache.struts.validator.ValidatorForm
        implements java.io.Serializable, es.pode.empaquetador.presentacion.guardar.GuardarForm {
    private java.lang.String returnURL;
    private java.lang.Object[] returnURLValueList;
    private java.lang.Object[] returnURLLabelList;

From source file es.pode.presentacion.contenidoInapropiado.ContenidoInapropiadoFormImpl.java

public class ContenidoInapropiadoFormImpl extends org.apache.struts.validator.ValidatorForm
        implements java.io.Serializable, es.pode.presentacion.contenidoInapropiado.EnviarMensajeForm {
    private java.lang.String comentario;
    private java.lang.Object[] comentarioValueList;
    private java.lang.Object[] comentarioLabelList;

From source file net.mamian.mySpringboot.entity.base.BaseEntity.java

/**
 * 
 *
 * @author mamian
 * @mail mamianskyma@aliyun.com
 * @date 2016-7-23 11:34:16

From source file com.blstream.patronage.ctf.model.PortalRole.java

/**
 * Copyright 2013 BLStream
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

From source file es.pode.tagging.presentacion.listarMisTags.ListadoUsuarioModificarTagFormImpl.java

public class ListadoUsuarioModificarTagFormImpl extends org.apache.struts.validator.ValidatorForm
        implements java.io.Serializable {
    private java.lang.String tag;
    private java.lang.Object[] tagValueList;
    private java.lang.Object[] tagLabelList;

From source file es.pode.tagging.presentacion.listarMisTags.ListadoUsuarioMostrarOdesFormImpl.java

public class ListadoUsuarioMostrarOdesFormImpl extends org.apache.struts.validator.ValidatorForm
        implements java.io.Serializable {
    private java.lang.String tag;
    private java.lang.Object[] tagValueList;
    private java.lang.Object[] tagLabelList;

From source file com.almende.eve.protocol.jsonrpc.formats.JSONMessage.java

/**
 * The Class JSONMessage.
 */
public abstract class JSONMessage implements Serializable {

    private static final long serialVersionUID = -3324436908445901707L;

From source file com.googlecode.xtecuannet.framework.catalina.manager.tomcat.utils.config.GenericConfig.java

/**
 *
 * @author julianr
 */
public class GenericConfig implements Serializable {