代码搜索:Serializable

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

代码结果 10,000
www.eeworm.com/read/125923/14455472

java baseowner.java

package bo.base; import java.io.Serializable; /** * This class has been automatically generated by Hibernate Synchronizer. * For more information or documentation, visit The Hibernate Sync
www.eeworm.com/read/125923/14455474

java basepet.java

package bo.base; import java.io.Serializable; /** * This class has been automatically generated by Hibernate Synchronizer. * For more information or documentation, visit The Hibernate Synch
www.eeworm.com/read/124167/14591614

java swimdata.java

import java.util.*; import java.io.*; public class SwimData implements Cloneable , Serializable { protected Vector swimmers; public SwimData(String filename) { String s = "";
www.eeworm.com/read/120429/14803790

java stringlist.java

// StringList with a reasonable custom serialized form - Page 221 import java.io.*; public class StringList implements Serializable { private transient int size = 0; private transien
www.eeworm.com/read/116513/14967819

java time.java

import java.io.*; public class Time implements Serializable { private int _year; private int _month; public Time() {} public Time(int year, int month) {
www.eeworm.com/read/207264/15276202

java motorcycle.java

package autosale; import java.io.*; import java.util.*; public class Motorcycle extends Vehicle implements Serializable { private int engineSize; public int getInsurancePrice() {
www.eeworm.com/read/493012/1170283

java studentcourselinkkey.java

/* * WARNING: DO NOT EDIT THIS FILE. This is a generated file that is synchronized * by MyEclipse Hibernate tool integration. * */ package limq.hibernate.vo; import java.io.Serializable; /** *
www.eeworm.com/read/492008/1183691

java student.java

package dao; /** * Student entity. * * @author MyEclipse Persistence Tools */ public class Student implements java.io.Serializable { // Fields private Integer id; private Stri
www.eeworm.com/read/492008/1183705

java student.java

package dao; /** * Student entity. * * @author MyEclipse Persistence Tools */ public class Student implements java.io.Serializable { // Fields private Integer id; private Stri
www.eeworm.com/read/492008/1183713

java student.java

package dao; /** * Student entity. * * @author MyEclipse Persistence Tools */ public class Student implements java.io.Serializable { // Fields private Integer id; private Stri