代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/473733/6839132
java student.java
public class Student implements java.io.Serializable{
String number,name;
String math,english,computer;
public Student(){
}
public void setNumber(String number){
this.numbe
www.eeworm.com/read/473450/6842951
java informationlist.java
import java.io.*;
public class InformationList implements java.io.Serializable
{
private Information first;
private int size;
public InformationList()
{
first=new Information();
fir
www.eeworm.com/read/471288/6889218
java play.java
import java.io.*;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2003
* Company:
* @author
* @version 1.0
*/
///比赛赛程项类
public class Play implements Serializable
{
pub
www.eeworm.com/read/395385/8180975
java student.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package studentscore;
import java.io.Serializable;
import java.util.*;
/**
*
* 学生类
* @author C
www.eeworm.com/read/366806/9797194
java user.java
import java.io.*;
public class User implements Serializable
{
// Private instance variables
private String userName = null;
private String password = null;
// Constructor
public User( Stri
www.eeworm.com/read/366806/9798453
java echoobject.java
public class EchoObject implements java.io.Serializable
{
private String clientName = null;
private String msg = null;
// Default Constructor
public EchoObject( String client, String data )
www.eeworm.com/read/269583/11090707
cs textmsg.cs
using System;
namespace IMLibrary
{
///
/// ClassTextMsg 的摘要说明。
///
[Serializable]
public class TextMsg
{
public string fN;//font name
public int fC;//font
www.eeworm.com/read/269583/11090754
cs textmsg.cs
using System;
namespace IMLibrary
{
///
/// ClassTextMsg 的摘要说明。
///
[Serializable]
public class TextMsg
{
public string fN;//font name
public int fC;//font
www.eeworm.com/read/413166/11164400
java personne.java
package rsa;
import java.io.*;
import java.math.*;
public class Personne
implements Serializable
{
protected String nom;
protected BigInteger modulos;
protected BigInteger cleP
www.eeworm.com/read/104389/15695876
java mymessage.java
import java.io.*;
import java.util.*;
public class MyMessage implements Serializable
{
String Address;
String Subject;
String Attachment;
String Content;
Date recievedDate;
boolean is