代码搜索:Serializable

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

代码结果 10,000
www.eeworm.com/read/116649/6112934

java book.java

package shopping.util; import java.io.*; public class Book implements Serializable { private String bookName; private String author; private String price; public Book() { } p
www.eeworm.com/read/111677/6153703

vm object.vm

package ${package}; #if ($table.BaseClass) #set ($extendsBaseClass = "extends $table.BaseClass" ) #else #set ($extendsBaseClass = "" ) #end import java.io.Serializable; import java.util.Date
www.eeworm.com/read/486925/6520730

java showpickle.java

package com.javapatterns.serializable.instantiate; import java.awt.*; import java.awt.event.*; import java.beans.*; /** * * The purpose of this class is to display a set of buttons * whi
www.eeworm.com/read/486088/6543027

java txlbasinfor.java

package contenct; public class TXLBasInfor implements java.io.Serializable { String xlnumber,name,phnumber,email,danwei,zhiwu; public void setXlnumber(String xlnumber) { this.xlnumber=xln
www.eeworm.com/read/484401/6587460

java user.java

import java.io.*; public class User extends Object implements Serializable{ private static final long serialVersionUID = -9215977405584592618L; //用户的名字 private String userName;
www.eeworm.com/read/479440/6695424

java student.java

import java.io.*; public class Student implements Serializable{ String number,name,discipling,grade,borth,sex; File imagePic; public void setNumber(String number){ this.number=
www.eeworm.com/read/265128/11282203

java student.java

public class Student implements java.io.Serializable { String number, name, discipling, grade, borth, sex; public Student() { } public void setNumber(String number) { this.number = numb
www.eeworm.com/read/407557/11415863

java track.java

/** * 这个类代表歌曲数据本身 */ public class Track implements java.io.Serializable { protected String title; protected Duration duration; public Track() { title = "empty"; duration =
www.eeworm.com/read/261919/11614712

java xyconstraints.java

package MulitePageEditor; //import com.borland.jbcl.layout.XYConstraints; public class XYConstraints implements Cloneable, java.io.Serializable { int x; int y; int width; //
www.eeworm.com/read/341217/12099867

java showpickle.java

package com.javapatterns.serializable.instantiate; import java.awt.*; import java.awt.event.*; import java.beans.*; /** * * The purpose of this class is to display a set of buttons * whi