代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/104260/6205818
java permission.java
/*
* Java core library component.
*
* Copyright (c) 1999
* Archie L. Cobbs. All rights reserved.
* Copyright (c) 1999
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file
www.eeworm.com/read/104260/6205822
java securerandomspi.java
/*
* Java core library component.
*
* Copyright (c) 1999
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage and redistribution
www.eeworm.com/read/104260/6205893
java guardedobject.java
/*
* Java core library component.
*
* Copyright (c) 1999
* Archie L. Cobbs. All rights reserved.
* Copyright (c) 1999
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file
www.eeworm.com/read/103315/6217746
java command.java
package examples.command;
import java.io.Serializable;
public abstract class Command implements Serializable {
public abstract void execute() throws CommandException;
}
www.eeworm.com/read/103315/6218137
java person.java
package bible.jndi;
/**
* Class Person
*
*
* @author
* @version %I%, %G%
*/
public class Person implements java.io.Serializable {
private String firstName;
private String l
www.eeworm.com/read/103315/6218235
java departmentvo.java
package bible.ejb.entity.cmp;
public class DepartmentVO implements java.io.Serializable
{
private Integer id;
private String name;
public DepartmentVO()
{
}
publi
www.eeworm.com/read/101246/6237318
java converterhome.java
/*
*
* Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the proprietary information of Sun Microsystems, Inc.
* Use is subject to license terms.
*
*/
import
www.eeworm.com/read/101246/6237321
java htmlreaderhome.java
/*
*
* Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the proprietary information of Sun Microsystems, Inc.
* Use is subject to license terms.
*
*/
import
www.eeworm.com/read/101246/6237327
java checkerhome.java
/*
*
* Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the proprietary information of Sun Microsystems, Inc.
* Use is subject to license terms.
*
*/
import
www.eeworm.com/read/101246/6237337
java enrollerhome.java
/*
*
* Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the proprietary information of Sun Microsystems, Inc.
* Use is subject to license terms.
*
*/
import