代码搜索:Serializable

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

代码结果 10,000
www.eeworm.com/read/177110/5332744

java serclass.java

/** * This class is intended to be serialized over RMI-IIOP. */ public class SerClass implements java.io.Serializable { // members private int x; private String myString; // constructo
www.eeworm.com/read/171486/5394211

java locationbeancacheentry_176caeeb.java

package salesdb.websphere_deploy; /** * Cache Entry interface for Enterprise Bean: Location */ public interface LocationBeanCacheEntry_176caeeb extends java.io.Serializable { /** * getCity */
www.eeworm.com/read/171486/5394224

java itemkey.java

package salesdb; /** * Key class for Entity Bean: Item */ public class ItemKey implements java.io.Serializable { static final long serialVersionUID = 3206093459760846163L; /** * Implement
www.eeworm.com/read/171486/5394231

java purchasekey.java

package salesdb; /** * Key class for Entity Bean: Purchase */ public class PurchaseKey implements java.io.Serializable { static final long serialVersionUID = 3206093459760846163L; /** * I
www.eeworm.com/read/171486/5394236

java locationkey.java

package salesdb; /** * Key class for Entity Bean: Location */ public class LocationKey implements java.io.Serializable { static final long serialVersionUID = 3206093459760846163L; /** * I
www.eeworm.com/read/169660/5416628

java user.java

package user; import java.io.*; public class User implements Serializable{ private String userName; private String userPassword; private int baseInforFunction; private int stockFunct
www.eeworm.com/read/169660/5417017

java~42~ user.java~42~

package user; import java.io.*; public class User implements Serializable{ private String userName; private String userPassword; private int baseInforFunction; private int stockFunct
www.eeworm.com/read/165570/5481103

java patientuos.java

package hospital_sys; /** Encapsulate information about a patient */ public class PatientUos implements java.io.Serializable { /* Fields to store the patient information. */ String name; in
www.eeworm.com/read/163169/5511440

java serclass.java

/** * This class is intended to be serialized over RMI-IIOP. */ public class SerClass implements java.io.Serializable { // members private int x; private String myString; // constructo
www.eeworm.com/read/347080/3175796

java power.java

package vo; /** * Power generated by MyEclipse Persistence Tools */ public class Power implements java.io.Serializable { // Fields private Integer id; private String title; p