代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/101292/15838505
java igraphic.java
/*
* A Graphic Interface ( A prototype interface )
*/
import java.io.*;
public interface IGraphic extends Cloneable, Serializable {
public String getName() ;
public void setName(Stri
www.eeworm.com/read/100743/15865515
java toydata.java
// toydata
public class toyData extends Object implements java.io.Serializable
{
String toyid;
String toyname;
String toydesc;
float toyrate;
String toyimage;
}
www.eeworm.com/read/100743/15865529
java toylist.java
import toyData;
public class toyList extends Object implements java.io.Serializable
{
toyData toys[];
int num;
}
www.eeworm.com/read/100743/15865531
java toys.java
import toyData;
public class toys extends Object implements java.io.Serializable
{
toyData toys[];
int num;
}
www.eeworm.com/read/100743/15865566
java ioresultset.java
import java.sql.ResultSet;
public class ioResultSet extends Object implements java.io.Serializable
{
ResultSet result;
}
www.eeworm.com/read/386711/8729548
java seq.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package indexManager;
import java.io.Serializable;
/**
*
* @author outlaw
*/
public class Seq i
www.eeworm.com/read/285107/8869071
java serialize1.java
import java.io.*;
class Man implements Serializable{
String 捞抚;
int 唱捞;
double 虐;
}
public class Serialize1{
public static void main(String[] args) throws Exception{
FileOutputStre
www.eeworm.com/read/427147/8973179
java customer5.java
// @version 1.0
import java.io.*;
public class Customer5 implements Serializable {
private String name;
private int age;
public Customer5(String name,int age) {
this.name=name;
www.eeworm.com/read/426134/10284009
bak people.java.bak
import java.io.*;
public class People implements Serializable,Comparable{
String name=null;
int time=0;
public People(String name,int t){
this.name=name;
www.eeworm.com/read/439580/7705830
java serialize1.java
import java.io.*;
class Man implements Serializable{
String 捞抚;
int 唱捞;
double 虐;
}
public class Serialize1{
public static void main(String[] args) throws Exception{
FileOutputStre