代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/292139/8375368
java student.java
import java.io.*;
public class Student implements java.io.Serializable //序列化
{
private int number;
private String name;
private static int count=0;
public Student(Stri
www.eeworm.com/read/188621/8524423
java pagepredicate.java
/*
* WebSPHINX web crawling toolkit
* Copyright (C) 1998,1999 Carnegie Mellon University
*
* This library is free software; you can redistribute it
* and/or modify it under the terms of the GNU
www.eeworm.com/read/188621/8524752
java linkpredicate.java
/*
* WebSPHINX web crawling toolkit
* Copyright (C) 1998,1999 Carnegie Mellon University
*
* This library is free software; you can redistribute it
* and/or modify it under the terms of the GNU
www.eeworm.com/read/188621/8525089
java action.java
/*
* WebSPHINX web crawling toolkit
* Copyright (C) 1998,1999 Carnegie Mellon University
*
* This library is free software; you can redistribute it
* and/or modify it under the terms of the GNU
www.eeworm.com/read/188483/8538124
java logout.java
//Logout.java
import java.io.*;
public class LogOut implements Serializable
{}
www.eeworm.com/read/187536/8629622
html serieschangeevent.html
001 /* ===========================================================
002 * JFreeChar
www.eeworm.com/read/431892/8647741
java loginresponse.java
package RemoteAccess.Object;
import java.io.*;
public class LoginResponse implements MyObject,Serializable{
public String msg;
public LoginResponse(String msg){
this.msg=msg;
}
pub
www.eeworm.com/read/431410/8678346
java task.java
public interface Task extends Serializable {
//Object execute();
void createProjectBean();
}
www.eeworm.com/read/386711/8729554
java indextag.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package indexManager;
import database.*;
import java.io.Serializable;
/**
*
* @author outlaw
*/
www.eeworm.com/read/430545/8739338
java imfinpk.java
package packIC;
import java.io.*;
public class ImFinPK implements Serializable
{
public int itemno;
public ImFinPK(){}
public ImFinPK(int itemno)
{
this.itemno=itemno;
}
public int hashCo