代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/138205/5817156
java ijavatestvo.java
/*
* Created on 16-ene-2005 18:08:44
*
*/
package com.martincuervo.javatest.business.vo;
import java.io.Serializable;
/**
* @author Jorge Martin Cuervo
*
*/
www.eeworm.com/read/138075/5817661
java methodresultcache.java
package org.apache.torque.manager;
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License")
* you may not use this file except i
www.eeworm.com/read/138075/5817663
java noopmethodresultcache.java
package org.apache.torque.manager;
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License")
* you may not use this file except i
www.eeworm.com/read/136828/5844965
java cadsymbolif.java
// CadSymbolIF - symbol library interface
package com.javapatterns.prototype.cad;
import java.awt.*;
import java.io.*;
public interface CadSymbolIF extends Cloneable, Serializable
{
publ
www.eeworm.com/read/134383/5892784
java packet.java
package com.ll.smsbeans;
import java.io.IOException;
import java.io.Serializable;
/**
*一个Packet就是接收或者发送数据包的一个单元。
*
* @author listlike
*
www.eeworm.com/read/134250/5893102
java book.java
package tw.com.javaworld.CH19;
import java.io.Serializable;
public class Book implements Serializable {
private String name;
private String author;
private String publisher;
private fl
www.eeworm.com/read/134250/5893113
java book.java
package tw.com.javaworld.CH18;
import java.io.Serializable;
public class Book implements Serializable {
private String name;
private String author;
private String publisher;
private fl
www.eeworm.com/read/132688/5910704
java id.java
package com.coshare.joyteam.util;
import java.io.Serializable;
public class ID implements Serializable {
public static final int TYPE_orguser = 20220000;
public static final int TYPE_us
www.eeworm.com/read/132312/5918211
java generalfailureexception.java
/*
*/
package org.impact.stars.control.exceptions;
/**
* This exception is the base class for all the web runtime exceptions.
*/
public class GeneralFailureException extends RuntimeException
www.eeworm.com/read/132312/5918407
java conceptpk.java
/*
* ConceptPK.java
*
* Created on August 28, 2001, 11:27 PM
*/
package org.impact.stars.conceptmd.concept.ejb;
import java.io.Serializable;
/**
*
* @author cai
* @version
*/
public class