代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/137598/5823370
java allperm.java
package testejb;
import java.io.*;
public class allperm implements Serializable{
private String code;
private String desc;
public allperm(String code, String desc) {
this.code=code;
this.
www.eeworm.com/read/137598/5823388
java myperm.java
package testejb;
import java.io.*;
public class myperm implements Serializable{
private String code;
private String desc;
public myperm(String code,String desc) {
this.code=code;
this.d
www.eeworm.com/read/136985/5839902
java dicttype.java
package com.esimple.service.dict.po;
import java.io.Serializable;
/** @author Hibernate CodeGenerator */
public class DictType implements Serializable {
private String busintypeid;
www.eeworm.com/read/136828/5844982
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/135758/5878957
java serializablemodel.java
/*
* YALE - Yet Another Learning Environment
* Copyright (C) 2001-2004
* Simon Fischer, Ralf Klinkenberg, Ingo Mierswa,
* Katharina Morik, Oliver Ritthoff
* Artificial
www.eeworm.com/read/135758/5878965
java trafo.java
/*
* YALE - Yet Another Learning Environment
* Copyright (C) 2001-2004
* Simon Fischer, Ralf Klinkenberg, Ingo Mierswa,
* Katharina Morik, Oliver Ritthoff
* Artificial
www.eeworm.com/read/134873/5891707
java userevent.java
package at.ac.uni_linz.tk.vchat;
import java.io.*;
/**
* Works as an abstract superclass for different Events thrown by a User.
*
* @author Arno Huetter
* (C)opyright by the Insti
www.eeworm.com/read/134873/5891736
java roomevent.java
package at.ac.uni_linz.tk.vchat;
import java.io.*;
/**
* Represents a changement of a Room's state.
*
* @author Arno Huetter
* (C)opyright by the Institute for Computer Science, T
www.eeworm.com/read/134873/5891748
java userloginevent.java
package at.ac.uni_linz.tk.vchat;
import java.io.*;
/**
* Represents a login of a User.
*
* @author Arno Huetter
* (C)opyright by the Institute for Computer Science, Telecooperatio
www.eeworm.com/read/132312/5918216
java starseventexception.java
/*
*/
package org.impact.stars.control.exceptions;
/**
* This exception is the base class for all the event exceptions.
*/
public class StarsEventException extends Exception implements java.io.S