代码搜索:Serializable

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

代码结果 10,000
www.eeworm.com/read/105511/6198132

java userbean.java

package addressbook.model; import java.io.Serializable; import java.util.Enumeration; import java.util.Hashtable; /** * UserBean will hold all of the information * regardi
www.eeworm.com/read/105511/6198158

java userbean.java

package addressbook.model; import java.io.Serializable; import java.util.Enumeration; import java.util.Hashtable; /** * UserBean will hold all of the information * regardi
www.eeworm.com/read/104806/6201495

java accountpk.java

package Account; import java.io.Serializable; // 账户的主键类 public class AccountPK implements java.io.Serializable{ public String accountID; public AccountPK(String id){ this.accountID= id ; }
www.eeworm.com/read/104767/6202217

java httpproxy.java

/** * This class was generated from a set of XML constraints * by the Enhydra Zeus XML Data Binding Framework. All * source code in this file is constructed specifically * to work with o
www.eeworm.com/read/104767/6202219

java socks5proxy.java

/** * This class was generated from a set of XML constraints * by the Enhydra Zeus XML Data Binding Framework. All * source code in this file is constructed specifically * to work with o
www.eeworm.com/read/104767/6202230

java friend.java

/* * This class was generated from a set of XML constraints * by the Enhydra Zeus XML Data Binding Framework. All * source code in this file is constructed specifically * to work with ot
www.eeworm.com/read/104767/6202231

java groups.java

/* * This class was generated from a set of XML constraints * by the Enhydra Zeus XML Data Binding Framework. All * source code in this file is constructed specifically * to work with ot
www.eeworm.com/read/104767/6202235

java remark.java

/** * This class was generated from a set of XML constraints * by the Enhydra Zeus XML Data Binding Framework. All * source code in this file is constructed specifically * to work with o
www.eeworm.com/read/104767/6202249

java logins.java

/** * This class was generated from a set of XML constraints * by the Enhydra Zeus XML Data Binding Framework. All * source code in this file is constructed specifically * to work with o
www.eeworm.com/read/104709/6203224

java accountpk.java

package examples; import java.io.Serializable; /** * Primary Key class for Account. */ public class AccountPK implements java.io.Serializable { public String accountID; public AccountPK(Strin