代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/203184/15364278
java student.java
public class Student implements java.io.Serializable
{
String number,name,discipling,grade,borth,sex;
public Student()
{
}
public void setNumber(String number)
{
www.eeworm.com/read/108261/15589345
java student.java
public class Student implements java.io.Serializable
{
String number,name,discipling,grade,borth,sex;
public Student()
{
}
public void setNumber(String number)
{
www.eeworm.com/read/106328/15639710
java student.java
public class Student implements java.io.Serializable
{
String number,name,discipling,grade,borth,sex;
public Student()
{
}
public void setNumber(String number)
{
www.eeworm.com/read/105513/15665990
java basebusinessobject.java
package netstore.businessobjects;
/**
* An abstract super class that many business objects will extend.
*/
abstract public class BaseBusinessObject implements java.io.Serializable {
private
www.eeworm.com/read/391338/8408262
cs studentticket.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
namespace dianyingyuan
{
[Serializable]
class StudentTicket:Ticket,Iprintshow
{
publ
www.eeworm.com/read/432853/8568478
cs userstateinfo.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace IAS.BookShop.Model
{
[Serializable]
public class UserStateInfo
{
private int _id;
www.eeworm.com/read/287932/8660159
cs tryagainexception.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace GPCore.Exceptions
{
[global::System.Serializable]
public class TryAgainException : Exception
{
www.eeworm.com/read/187222/8840389
java serialctl.java
//: SerialCtl.java
// Controlling serialization by adding your own
// writeObject() and readObject() methods.
import java.io.*;
public class SerialCtl implements Serializable {
String a;
tra
www.eeworm.com/read/182744/9193106
java defaultdata.java
package tokenchecker;
import java.io.*;
import java.util.*;
public class DefaultData implements Serializable{
private String ditionaryName;
private Vector recentFiles;
public DefaultData
www.eeworm.com/read/166568/10016170
java zcompactdocument.java
package org.jdom;
public class Document implements Serializable, Cloneable {
protected ContentList content;
protected DocType docType;
public Document()
public Document(Element root, Do