代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/292871/3938503
java result.java
package org.yangyang.bean;
import java.util.Date;
/**
* Result generated by MyEclipse - Hibernate Tools
*/
public class Result implements java.io.Serializable {
// Fields
www.eeworm.com/read/291217/3967989
java countbean.java
package examples.session.stateful_dd;
import java.io.Serializable;
/**
* A Stateful Session Bean Class that shows the basics of
* how to write a stateful session bean.
*
* This Bean is
www.eeworm.com/read/290041/3985560
java emplove.java
package com.po;
/**
* Emplove generated by MyEclipse Persistence Tools
*/
public class Emplove implements java.io.Serializable {
// Fields
private Integer elid;
private Love love
www.eeworm.com/read/289672/3989806
java policyexception.java
package SOMA.security.infrastructure.updatePolicy;
//import debug.System;
public class PolicyException extends Exception {// implements java.io.Serializable {
public String s;
publ
www.eeworm.com/read/289672/3989846
java controlpasswordexception.java
package SOMA.security.utility;
//import debug.System;
public class ControlPasswordException extends Exception {// implements java.io.Serializable {
public String s;
public ControlP
www.eeworm.com/read/289210/3992369
java usertable.java
package com.model.po;
/**
* Usertable entity.
*
* @author MyEclipse Persistence Tools
*/
public class Usertable implements java.io.Serializable {
// Fields
private String id;
www.eeworm.com/read/288961/3997142
java webserviceannotation.java
package org.codehaus.xfire.annotations;
import java.io.Serializable;
/**
* Represents an common representation of a web service annotation. Specifies that the given method is exposed as a Web
* Se
www.eeworm.com/read/288961/3997148
java soapmessagehandlersannotation.java
package org.codehaus.xfire.annotations.soap;
import java.io.Serializable;
/**
* Represents a common implementation of the SOAP message handlers annotation. Specifies a list of {@link
* SOAPMessage
www.eeworm.com/read/288961/3997149
java webresultannotation.java
package org.codehaus.xfire.annotations;
import java.io.Serializable;
/**
* Represents an common representation of a web result annotation. Customizes the mapping of the return value to a WSDL
* pa
www.eeworm.com/read/288894/4001328
java accessoptimizeradapter.java
package org.hibernate.bytecode.javassist;
import org.hibernate.bytecode.ReflectionOptimizer;
import org.hibernate.PropertyAccessException;
import java.io.Serializable;
/**
* The {@link Ref