代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/225179/4798791
java basestudent.java
package model.base;
import java.io.Serializable;
/**
* This class has been automatically generated by Hibernate Synchronizer.
* For more information or documentation, visit The Hibernate Sy
www.eeworm.com/read/220713/4839487
+
import java.io.*;
class Goods implements Serializable
{
String name=null;
double unitPrice;
Goods(String name,double unitPrice)
{
this.name=name;
this.unit
www.eeworm.com/read/220677/4839854
java~6~ questionchoice.java~6~
package testovernet;
import java.io.*;
public class QuestionChoice extends Question implements Serializable {
protected static int count=1;
protected final String QUESTIONTYPE = "Cho
www.eeworm.com/read/220677/4839999
java~6~ questionchoice.java~6~
package testovernet;
import java.io.*;
public class QuestionChoice extends Question implements Serializable {
protected static int count=1;
protected final String QUESTIONTYPE = "Cho
www.eeworm.com/read/220265/4841124
java userbean.java
package beans;
import java.io.*;
public class UserBean implements Serializable {
private String username = null;
private String userpassword = null;
private String sex = null;
www.eeworm.com/read/219550/4847841
java timertask.java
package planet.util.timer;
import java.io.Serializable;
/**
* This interface abstract the responsability of a Timer,
* who invokes the timeout() method when the
* specified time is
www.eeworm.com/read/219550/4847844
java propertiesinitializer.java
package planet.util;
import java.io.Serializable;
import planet.commonapi.exception.InitializationException;
/**
* Offers the minimal functionallity for a properties initializer of any type.
* @a
www.eeworm.com/read/218008/4865322
java~1~ defaultmovestrategy.java~1~
package com.cxlife.snake;
import java.awt.Component;
public class DefaultMoveStrategy implements com.cxlife.snake.MoveStrategy,
java.io.Serializable{
www.eeworm.com/read/217493/4868861
java serclass.java
/**
* This class is intended to be serialized over RMI-IIOP.
*/
public class SerClass implements java.io.Serializable {
// members
private int x;
private String myString;
// constructo
www.eeworm.com/read/211742/4940292
java reply.java
package com.xdf.news.bean;
/**
* Reply generated by MyEclipse - Hibernate Tools
*/
public class Reply implements java.io.Serializable {
// Fields
private Long reply