代码搜索:Serializable

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

代码结果 10,000
www.eeworm.com/read/184677/5247579

java cruiselistbean.java

package unleashed.ch4.cruise; import java.util.*; public class CruiseListBean implements java.io.Serializable { private Vector cruises; public CruiseListBean() { cruises
www.eeworm.com/read/184345/5249853

java addressespk.java

package address; import java.io.*; public class AddressesPK implements Serializable { public String firstName; public String lastName; public AddressesPK() { } //设置复合键 public AddressesP
www.eeworm.com/read/184309/5250353

java czkvalue.java

package org.helpsoft.entity.czk; import java.io.Serializable; /** * The CzkValue objects contains all fields that are available in the storage. * * @author cao guangxin */ public class
www.eeworm.com/read/184309/5250357

java hyxfvalue.java

package org.helpsoft.entity.hyxf; import java.io.Serializable; /** * The HyxfValue objects contains all fields that are available in the storage. * * @author cao guangxin */ public clas
www.eeworm.com/read/184309/5250360

java xfmxvalue.java

package org.helpsoft.entity.xfmx; import java.io.Serializable; /** * The XfmxValue objects contains all fields that are available in the storage. * * @author cao guangxin */ public clas
www.eeworm.com/read/184309/5250372

java zkkvalue.java

package org.helpsoft.entity.zkk; import java.io.Serializable; /** * The ZkkValue objects contains all fields that are available in the storage. * * @author cao guangxin */ public class
www.eeworm.com/read/184309/5250374

java hyklxvalue.java

package org.helpsoft.entity.hyklx; import java.io.Serializable; /** * The HyklxValue objects contains all fields that are available in the storage. * * @author cao guangxin */ public cl
www.eeworm.com/read/184309/5250385

java splbvalue.java

package org.helpsoft.entity.splb; import java.io.Serializable; /** * The SplbValue objects contains all fields that are available in the storage. * * @author cao guangxin */ public clas
www.eeworm.com/read/181519/5276511

cs datatype.cs

using System; namespace com.use.wfp.xpdl.elements { /// /// DataType 的摘要说明。 /// [Serializable] public class DataType:BaseElement { private BaseElement Item;
www.eeworm.com/read/181243/5277490

java state.java

package headfirst.proxy.gumballmonitor; import java.io.*; public interface State extends Serializable { public void insertQuarter(); public void ejectQuarter(); public void turnCrank(); public