代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/101246/6237350
java confirmerhome.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/6237362
java rosterhome.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.
*
*/
package
www.eeworm.com/read/101246/6237378
java coffeehome.java
/*
*
* Copyright 2000 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/6237497
java txcontrollerhome.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.
*
*/
package
www.eeworm.com/read/101039/6259965
java queue.java
/******************************************************************************
* The contents of this file are subject to the Compiere License Version 1.1
* ("License"); You may not use this f
www.eeworm.com/read/370946/6334064
java aboutobject.java
package threeExam;
import java.io.Serializable;
class Student implements Serializable {
private String name;
private String id;
public String getName() {
return name;
}
public Strin
www.eeworm.com/read/490569/6447604
java message.java
import java.io.Serializable;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2003
* Company: e-top
* @author cylix
* @version 1.0
*/
/**
* 信息列表
www.eeworm.com/read/490282/6453735
java customer.java
package entity;
import java.io.Serializable;
import javax.persistence.EmbeddedId;
import javax.persistence.Entity;
import javax.persistence.Table;
@Entity
@Table(name="Customer2")
public
www.eeworm.com/read/489926/6463472
java item.java
package ejb;
import java.io.Serializable;
public class Item implements Serializable{
private static final long serialVersionUID = -560245896319031239L;
private String _title;
priv
www.eeworm.com/read/489926/6463536
java~1~ item.java~1~
package ejb;
import java.io.Serializable;
public class Item implements Serializable{
private static final long serialVersionUID = -560245896319031239L;
private String _title;
priv