代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/477225/1363259
java tbmanager.java
package com.mwq.hibernate.mapping;
public class TbManager implements java.io.Serializable {
// Fields
private Integer id;
private TbRecord tbRecord;
private String password;
pri
www.eeworm.com/read/477225/1363264
java tbdutyinfo.java
package com.mwq.hibernate.mapping;
import java.util.Date;
/**
* TbDutyInfo generated by MyEclipse - Hibernate Tools
*/
public class TbDutyInfo implements java.io.Serializable {
// Fi
www.eeworm.com/read/477225/1363459
java vorderdetailid.java
package com.lzw.model;
public class VOrderDetailId implements java.io.Serializable {
private long orderId;
private String goodsId;
private String goodsName;
private double price;
www.eeworm.com/read/477200/1363658
java empl.java
package test.general.pojo;
/**
* Empl entity.
*
* @author MyEclipse Persistence Tools
*/
public class Empl implements java.io.Serializable {
// Fields
private Integer id;
// pr
www.eeworm.com/read/477200/1363671
java student.java
package add2.test.pojo;
/**
* Student entity.
*
* @author MyEclipse Persistence Tools
*/
public class Student implements java.io.Serializable {
// Fields
private Integer sid;
www.eeworm.com/read/477200/1363672
java address.java
package add2.test.pojo;
/**
* Address entity.
*
* @author MyEclipse Persistence Tools
*/
public class Address implements java.io.Serializable {
// Fields
private Integer aid;
www.eeworm.com/read/476879/1366268
java credit.java
package com.web.model;
/**
* Credit entity.
*
* @author MyEclipse Persistence Tools
*/
public class Credit implements java.io.Serializable {
// Fields
private Integer CId;
pri
www.eeworm.com/read/476879/1366277
java manager.java
package com.web.model;
/**
* Manager entity.
*
* @author MyEclipse Persistence Tools
*/
public class Manager implements java.io.Serializable {
// Fields
private String MId;
pr
www.eeworm.com/read/474929/1388034
java objectserlization.java
import java.io.*;
public class ObjectSerlization implements Serializable{
String s;
int i;
public ObjectSerlization (){
System.out.println("ObjectSerlization Constructor1");
}
public Obj
www.eeworm.com/read/474132/1395479
java syfxdmhy.java
package com.syfxapp.pojo;
/**
* SyfxDmHy entity. @author MyEclipse Persistence Tools
*/
public class SyfxDmHy implements java.io.Serializable {
// Fields
private String hyDm;
priva