代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/272185/4217382
java vchengji.java
package mypackage;
import java.io.*;
public class Vchengji implements Serializable
{
private String studentId,stuName,stuSex,grade,academe,speciality,
stuClass,courseId,courseName,xuefen,course
www.eeworm.com/read/271514/4228120
java registration.java
package com.manning.hq.apdxA;
import java.io.Serializable;
/**
* A class that stores Registration information.
*
* @hibernate.class table="registrations"
*/
public class Registration
www.eeworm.com/read/271514/4228128
java keynotespeakerwithaforeignkeyonetoone.java
package com.manning.hq.apdxA;
import java.io.Serializable;
/**
* @hibernate.class table="keynote_speakers_with_foreign_key"
*/
public class KeyNoteSpeakerWithAForeignKeyOneToOne implements
www.eeworm.com/read/270518/4238077
java basedao.java
/*
* ? 2004/5/11 ?create
*
*/
package jaoso.framework.dao;
import java.io.Serializable;
/**
* @author chen_jian
*/
public interface BaseDAO extends DAO {
//~ Methods =======
www.eeworm.com/read/270096/4241363
java addressespk.java
package address;
import java.io.*;
public class AddressesPK implements Serializable {
public String firstName;
public String lastName;
public AddressesPK() {
}
//设置复合键
public AddressesP
www.eeworm.com/read/450324/1671122
java product.java
package com.lideedu.yame.tree.pojos;
public class Product implements java.io.Serializable {
private Integer productId;
private ProductCategory productCategory;
private String product
www.eeworm.com/read/450106/1672417
java billingdetails.java
package auction.model;
import java.io.Serializable;
import java.util.Date;
/**
* This is the abstract superclass for BillingDetails.
*
* A BillingDetails object is always associated with a si
www.eeworm.com/read/450106/1672432
java address.java
package auction.model;
import java.io.Serializable;
/**
* The address of a User.
*
* An instance of this class is always associated with only
* one User and depends on that parent objec
www.eeworm.com/read/450106/1672461
java command.java
package auction.command;
import java.io.Serializable;
/**
* The interface for generic commands between presentation and business tier.
*
* @author Christian Bauer
*/
public interface Command ext
www.eeworm.com/read/449675/1674492
java accessoptimizeradapter.java
package org.hibernate.bytecode.javassist;
import org.hibernate.bytecode.ReflectionOptimizer;
import org.hibernate.PropertyAccessException;
import java.io.Serializable;
/**
* The {@link ReflectionO