代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/267504/4266981
java shoppingcartitem.java
package mypack;
import java.io.Serializable;
public class ShoppingCartItem implements Serializable{
Object item;
int quantity;
public ShoppingCartItem(Object anItem) {
item
www.eeworm.com/read/111805/15503137
java phonenumber.java
import java.io.Serializable;
class PhoneNumber implements Serializable {
public PhoneNumber(String areacode, String number) {
this.areacode = areacode;
this.number = number;
}
www.eeworm.com/read/422167/10659289
java user.java
//IMPORT LIBRARIES FOR SERIALIZABLE
import java.io.*;
class User implements Serializable
{
//DECLARE USERNAME AND PASSWORD VARAIBLES
private String userName;
private String password;
//CL
www.eeworm.com/read/328267/13036033
java prefetchedcursor.java
package jnicli;
import java.util.*;
import java.io.Serializable;
public class PrefetchedCursor implements Cursor, Serializable {
// Public constructor to allow instantiation of this class
www.eeworm.com/read/103315/6218182
java execution.java
package bible.rmi.example4;
/**
* Represents an execution.
* Notice that it implements SERIALIZABLE.
*/
public class Execution implements java.io.Serializable {
/** number */
www.eeworm.com/read/490282/6453762
java customerpk.java
package entity;
import java.io.Serializable;
public class CustomerPK implements Serializable{
private String name;
private String idCardNumber;
public CustomerPK() {
}
public Custom
www.eeworm.com/read/482256/6630479
java tbstation.java
package model;
import java.io.Serializable;
public class TbStation implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1550273934498066739L;
public TbSta
www.eeworm.com/read/482256/6630482
java tbemployeeinfo.java
package model;
import java.io.Serializable;
public class TbEmployeeInfo implements Serializable{
/**
*
*/
private static final long serialVersionUID = 1731400435988239606L;
public TbEmp
www.eeworm.com/read/482256/6630485
java tbdutyinfo.java
package model;
import java.io.Serializable;
public class TbDutyInfo implements Serializable {
/**
*
*/
private static final long serialVersionUID = 8097865844286411822L;
public TbDu
www.eeworm.com/read/265314/11268643
java prefetchedcursor.java
package jnicli;
import java.util.*;
import java.io.Serializable;
public class PrefetchedCursor implements Cursor, Serializable {
// Public constructor to allow instantiation of this class