代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/377098/2705482
java tbreckoninginfo.java
package com.mwq.hibernate.mapping;
public class TbReckoningInfo implements java.io.Serializable {
// Fields
private Integer id;
private TbReckoning tbReckoning;
private TbAccountIte
www.eeworm.com/read/376177/2712492
java baseperson.java
package lizhx.test.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the person table.
* Do not modify this class because it will be overwritten if t
www.eeworm.com/read/374907/2745008
java basestudent.java
package com.softeem.hibernate.pojo.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the student table.
* Do not modify this class because it will be
www.eeworm.com/read/374907/2745025
java basestudent.java
package com.softeem.hibernate.pojo.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the student table.
* Do not modify this class because it will be
www.eeworm.com/read/371914/2777658
java svm_problem.java
package libsvm;
public class svm_problem implements java.io.Serializable
{
public int l;
public double[] y;
public svm_node[][] x;
}
www.eeworm.com/read/371214/2781345
java leavelanguageclass.java
package com;
public class LeaveLanguageClass implements java.io.Serializable
{
private int leaveLanguageId;
private String name;
private String qq;
private String email;
p
www.eeworm.com/read/369718/2796076
java friendrecord.java
package com.briup.run.pojos;
/**
* Friendrecord entity.
*
* @author MyEclipse Persistence Tools
*/
public class Friendrecord implements java.io.Serializable {
// Fields
private
www.eeworm.com/read/368678/2812307
txt 例10.txt
import java.io.*;
class Goods implements Serializable
{
String name=null;
double unitPrice;
Goods(String name,double unitPrice)
{
this.name=name;
this.unit
www.eeworm.com/read/366265/2892203
java baseemployee.java
package com.REP.bean.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the employee table.
* Do not modify this class because it will be overwritten
www.eeworm.com/read/364519/2903321
java tfileid.java
package sshfile.model;
/**
* TFileId generated by MyEclipse Persistence Tools
*/
public class TFileId implements java.io.Serializable {
// Fields
private String fileId;
private S