代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/103674/6213419
java actionmessage.java
package lightningboard;
import java.io.Serializable;
/**
* Message in action
* @version 0.3.5
* @author Xiaobo Liu
*/
public class ActionMessage implements Serializable {
private Str
www.eeworm.com/read/103315/6218230
java studentpk.java
package bible.ejb.entity.bmp;
import java.io.Serializable;
public class StudentPK implements Serializable
{
public String id;
public int hashCode() {
return id.hashCode();
}
www.eeworm.com/read/490281/6453648
java customer.java
package stateless;
import java.io.Serializable;
public class Customer implements Serializable{
private String name;
private String type;
public Customer() {
}
public Customer(String
www.eeworm.com/read/490282/6453705
java address.java
package entity;
import java.io.Serializable;
import javax.persistence.Embeddable;
@Embeddable
public class Address implements Serializable{
public Address(String city, String street) {
su
www.eeworm.com/read/489553/6473616
java fishinfo.java
package fishinfo;
/**
*
* * Copyright (C),200
* by huanghao
* Desctiptoin: 通信时需要发送的数据
*
*
*/
import java.io.Serializable;
public class FishInfo implements Serializable{
www.eeworm.com/read/486925/6520728
java goldringedstaff.java
package com.javapatterns.prototype.monkeyking2;
import java.util.Date;
import java.io.Serializable;
public class GoldRingedStaff implements Cloneable, Serializable
{
public GoldRingedStaf
www.eeworm.com/read/480189/6667590
java student.java
import java.io.*;
public class Student implements java.io.Serializable //序列化
{
private int number;
private String name;
private static int count=0;
public Student(Stri
www.eeworm.com/read/476598/6756721
java clientreplaceobjmsg.java
package mywb;
import java.io.Serializable;
public class ClientReplaceObjMsg implements IMessage {
Object id;
Object object;
public ClientReplaceObjMsg(Object object,Object id) {
this.object =
www.eeworm.com/read/263434/11362737
java invalidpreferencesformatexception.java
/*
* @(#)InvalidPreferencesFormatException.java 1.5 03/01/23
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
pa
www.eeworm.com/read/263434/11362745
java nodechangeevent.java
/*
* @(#)NodeChangeEvent.java 1.4 03/01/23
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package java.util.pr