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 test.go.java

/**
 *
 * Copyright (c) 2013 Eugene Kalinin
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.

From source file es.pode.visualizador.presentacion.portada.NoticiasVerFormImpl.java

public class NoticiasVerFormImpl extends org.apache.struts.validator.ValidatorForm implements java.io.Serializable {
    private java.lang.Long id;
    private java.lang.Object[] idValueList;
    private java.lang.Object[] idLabelList;

    public NoticiasVerFormImpl() {

From source file net.mamian.mySpringboot.common.BaseObject.java

/**
 * 
 *
 * @author mamian
 * @mail mamianskyma@aliyun.com
 * @date 2016-8-2 19:51:12

From source file Employee.java

@Entity

public class Employee implements java.io.Serializable {
  private int id;

  private String firstName;

From source file es.jffa.tsc.sip05.mvc.HelloWorldController.java

/**
 *
 * @author fran
 */
@Controller
public class HelloWorldController implements java.io.Serializable {

From source file costumetrade.common.http.HttpMessage.java

/**
 * @author dante
 * @Date 20161114
 */
public class HttpMessage implements Serializable {

From source file edu.asu.ser.jsonrpc.lite.jsonutils.JsonResponse.java

/**
 * Copyright 2016 Avijit Singh Vishen
 *
 * 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.catalogadorWeb.presentacion.volver.VolverFormImpl.java

public class VolverFormImpl extends org.apache.struts.validator.ValidatorForm implements java.io.Serializable {
    private java.lang.String accion;
    private java.lang.Object[] accionValueList;
    private java.lang.Object[] accionLabelList;

    public VolverFormImpl() {

From source file es.pode.visualizador.presentacion.idioma.IdiomaCUFormImpl.java

public class IdiomaCUFormImpl extends org.apache.struts.validator.ValidatorForm
        implements java.io.Serializable, es.pode.visualizador.presentacion.idioma.CambiarIdiomaForm {
    private java.lang.String idioma;
    private java.lang.Object[] idiomaValueList;
    private java.lang.Object[] idiomaLabelList;

From source file es.pode.visualizador.presentacion.noticias.NoticiasVerFormImpl.java

public class NoticiasVerFormImpl extends org.apache.struts.validator.ValidatorForm implements java.io.Serializable {
    private java.lang.Long id;
    private java.lang.Object[] idValueList;
    private java.lang.Object[] idLabelList;

    public NoticiasVerFormImpl() {