List of usage examples for java.io Serializable interface-usage
From source file com.blstream.patronage.ctf.web.ui.PlayerUI.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 com.enonic.cms.domain.SiteKey.java
public class SiteKey extends AbstractIntegerBasedKey implements Serializable { public SiteKey(String key) { init(key); } public SiteKey(int key) {
From source file org.jfrog.build.client.artifactoryXrayResponse.ArtifactoryXrayResponse.java
/** * Used for serialization of Xray scanning results */ public class ArtifactoryXrayResponse implements Serializable { private final static long serialVersionUID = -1632171048760650595L; private Summary summary;
From source file com.enonic.cms.core.content.RelatedContentEntity.java
public class RelatedContentEntity implements Serializable { private RelatedContentKey key; public RelatedContentKey getKey() { return key;
From source file ArrayMap.java
public class ArrayMap extends AbstractMap implements Cloneable, Serializable { static class Entry implements Map.Entry { protected Object key, value; public Entry(Object key, Object value) {
From source file com.enonic.cms.domain.content.RelatedContentEntity.java
public class RelatedContentEntity implements Serializable { private RelatedContentKey key; public RelatedContentKey getKey() { return key;
From source file com.enonic.cms.domain.LanguageKey.java
/** * Created by rmy - Date: Oct 5, 2009 */ public class LanguageKey extends AbstractIntegerBasedKey implements Serializable, IntBasedKey { public LanguageKey(String languageKey) {
From source file org.lnicholls.galleon.database.TheaterShowtimes.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 vn.edu.ptit.android.entity.Car.java
public class Car implements Serializable { /** * */ private static final long serialVersionUID = 1L;
From source file Main.java
public class Main implements Serializable { public static void main(String[] args) throws Exception { FileOutputStream out = new FileOutputStream("test.txt"); ObjectOutputStream oout = new ObjectOutputStream(out);