代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/220677/4839866
java~6~ student.java~6~
package testovernet;
import java.io.*;
public class Student implements Serializable {
protected int testNum;
protected int age;
protected int score;
protected String name;
protec
www.eeworm.com/read/220677/4839894
java student.java
package testovernet;
import java.io.*;
import java.net.*;
public class Student
implements Serializable {
protected int testNum;
protected int age;
protected int score;
www.eeworm.com/read/220677/4840015
java~6~ student.java~6~
package testovernet;
import java.io.*;
public class Student implements Serializable {
protected int testNum;
protected int age;
protected int score;
protected String name;
protec
www.eeworm.com/read/219872/4844617
java state.java
package headfirst.proxy.gumballmonitor;
import java.io.*;
public interface State extends Serializable {
public void insertQuarter();
public void ejectQuarter();
public void turnCrank();
public
www.eeworm.com/read/219550/4847733
java behaviourspattern.java
package planet.commonapi.behaviours;
import java.io.Serializable;
/**
* This empty interface stablish no contract. Its objective is to store a
* pattern for incoming messages on a node. Thi
www.eeworm.com/read/219550/4847735
java behavioursinvoker.java
package planet.commonapi.behaviours;
import java.io.Serializable;
import planet.commonapi.Node;
import planet.commonapi.RouteMessage;
/**
* This interface permits to invoke the required be
www.eeworm.com/read/219550/4847751
java patternstatus.java
package planet.results;
import java.io.Serializable;
/**
* Statistic class pattern-oriented.
* It stores the number of RouteMessages with type
* and mode issued and the to
www.eeworm.com/read/218557/4859669
java project.java
package com.starit.model;
import java.util.Date;
/**
* Porject generated by MyEclipse - Hibernate Tools
*/
public class Project implements java.io.Serializable {
// Fields
www.eeworm.com/read/218008/4865372
java~2~ commonmovestrategy.java~2~
package com.cxlife.snake;
import java.awt.Component;
public class CommonMoveStrategy implements java.io.Serializable,
com.cxlife.snake.MoveStrategy{
public
www.eeworm.com/read/217493/4868877
java addressespk.java
package address;
import java.io.*;
public class AddressesPK implements Serializable {
public String firstName;
public String lastName;
public AddressesPK() {
}
//设置复合键
public AddressesP