代码搜索:Serializable

找到约 10,000 项符合「Serializable」的源代码

代码结果 10,000
www.eeworm.com/read/192897/8267128

java arith.java

import java.io.*; /** * @(#)Arith.java * @author Qusay H. Mahmoud */ public class Arith implements IArith, Serializable { public Arith() { // constructor System.out.println("construct ar
www.eeworm.com/read/192897/8267163

java arith.java

import java.io.*; /** * @(#)Arith.java * @author Qusay H. Mahmoud */ public class Arith implements IArith, Serializable { public Arith() { System.out.println("construct math object"); }
www.eeworm.com/read/192897/8267179

java hello.java

import java.io.*; /** * @(#)Hello.java * @author Qusay H. Mahmoud */ public class Hello implements IHello, Serializable { public void sayHi(String msg) { System.out.println(msg); } }
www.eeworm.com/read/192897/8267304

java mathobj.java

import java.io.*; import java.util.*; /** * @(#)MathObj.java * @author Qusay H. Mahmoud */ public class MathObj implements Serializable { private int x[] = null; public MathObj(){ }
www.eeworm.com/read/171455/9753464

java productitem.java

package order.common; import java.io.Serializable; public class ProductItem implements Serializable{ // 定义产品号,名称,价格等变量 String product_id; String name; int price; // 初始化定义的变量 public Pr
www.eeworm.com/read/102981/15751455

java groundstructure.java

/* * GroundStructure.java * * Copyright (C) 2000 Jason M. Hanley * Released under the GNU General Public License (GPL) * See license.txt for additional information. * * Created on August
www.eeworm.com/read/102981/15751461

java spacestructure.java

/* * SpaceStructure.java * * Copyright (C) 2000 Jason M. Hanley * Released under the GNU General Public License (GPL) * See license.txt for additional information. * * Created on August
www.eeworm.com/read/102981/15751464

java resources.java

/* * Resources.java * * Copyright (C) 2000 Jason M. Hanley * Released under the GNU General Public License (GPL) * See license.txt for additional information. * * Created on August 6, 20
www.eeworm.com/read/102981/15751466

java ship.java

/* * Ship.java * * Copyright (C) 2000 Jason M. Hanley * Released under the GNU General Public License (GPL) * See license.txt for additional information. * * Created on August 6, 2000, 7
www.eeworm.com/read/102981/15751488

java gamemessage.java

/* * GameMessage.java * * Copyright (C) 2000 Jason M. Hanley * Released under the GNU General Public License (GPL) * See license.txt for additional information. * * Created on July 23, 2