代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/108165/6185654
java serializableperson.java
/*
* Copyright 2002-2004 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/108102/6186439
java goldringedstaff.java
package com.javapatterns.prototype.monkeyking2;
import java.io.Serializable;
public class GoldRingedStaff implements Cloneable, Serializable
{
public GoldRingedStaff()
{
//wr
www.eeworm.com/read/106928/6191014
java ticket.java
package bingo.shared;
import java.io.Serializable;
public class Ticket implements Serializable {
public static final int DENIED = -1;
public String message;
public Card[] cards = null;
www.eeworm.com/read/106928/6191031
java answer.java
package bingo.shared;
public class Answer implements java.io.Serializable {
public boolean didIWin;
public String message;
public Answer(boolean didIWin, String message) {
this.
www.eeworm.com/read/105659/6197505
java ticket.java
package bingo.shared;
import java.io.Serializable;
public class Ticket implements Serializable {
public static final int DENIED = -1;
public String message;
public Card[] cards = null;
www.eeworm.com/read/105659/6197522
java answer.java
package bingo.shared;
public class Answer implements java.io.Serializable {
public boolean didIWin;
public String message;
public Answer(boolean didIWin, String message) {
this.
www.eeworm.com/read/105415/6198235
java customauthtoken.java
import com.jivesoftware.base.AuthToken;
import java.io.Serializable;
/**
* Implementation of the AuthToken interface.
*/
public final class CustomAuthToken implements AuthToken, Serializable {
www.eeworm.com/read/104711/6203209
java abstractdata.java
/*
* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package test.interfaces;
import java.io.Serializable;
/**
* Base Data Container for
www.eeworm.com/read/104330/6204730
java sequence.java
package com.ibatis.jpetstore.domain;
import java.io.Serializable;
public class Sequence implements Serializable {
/* Private Fields */
private String name;
private int nextId;
www.eeworm.com/read/104260/6205122
java activationgroupid.java
/*
* Copyright (c) 1996, 1997, 1998, 1999
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license-lesser.terms" for information on usage and
* redistribution of th