代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/321344/3538161
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/315548/3619568
java sztzcanzhao.java
package suzhiTuoZhan;
import java.io.Serializable;
import java.io.UnsupportedEncodingException;
public class SztzCanZhao implements Serializable {
private String referItemId;
private
www.eeworm.com/read/315548/3619593
java cxpdcanzhao.java
package caoxingPingding;
import java.io.Serializable;
import java.io.UnsupportedEncodingException;
public class CxpdCanZhao implements Serializable {
private String referItemId;
priva
www.eeworm.com/read/306838/3734181
java multiplicity.java
package org.hibernate.test;
import java.io.Serializable;
public class Multiplicity implements Serializable {
public int count;
public GlarchProxy glarch;
}
www.eeworm.com/read/306838/3734214
java nestingcomponent.java
package org.hibernate.test;
import java.io.Serializable;
public class NestingComponent implements Serializable {
private ComponentCollection nested;
public ComponentCollection getNested() {
www.eeworm.com/read/306299/3741747
java multiplicity.java
package org.hibernate.test;
import java.io.Serializable;
public class Multiplicity implements Serializable {
public int count;
public GlarchProxy glarch;
}
www.eeworm.com/read/306299/3741780
java nestingcomponent.java
package org.hibernate.test;
import java.io.Serializable;
public class NestingComponent implements Serializable {
private ComponentCollection nested;
public ComponentCollection getNested() {
www.eeworm.com/read/303908/3804443
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/301781/3836888
java multiplicity.java
package org.hibernate.test;
import java.io.Serializable;
public class Multiplicity implements Serializable {
public int count;
public GlarchProxy glarch;
}
www.eeworm.com/read/301781/3836921
java nestingcomponent.java
package org.hibernate.test;
import java.io.Serializable;
public class NestingComponent implements Serializable {
private ComponentCollection nested;
public ComponentCollection getNested() {