代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/294163/3919217
java~20~ card.java~20~
package 网吧计费系统;
public class Card implements Serializable{
public Card() {
}
private String id;//卡号
public String getCardId(){
return this.id;
}
p
www.eeworm.com/read/293213/3934046
java user.java
package dao;
/**
* User generated by MyEclipse Persistence Tools
*/
public class User implements java.io.Serializable {
// Fields
private Integer id;
private String username;
www.eeworm.com/read/290539/3973366
java adminuser.java
package com.news.bean;
/**
* Adminuser generated by MyEclipse - Hibernate Tools
*/
public class Adminuser implements java.io.Serializable {
// Fields
private String id;
www.eeworm.com/read/290539/3973367
java newtype.java
package com.news.bean;
/**
* Newtype generated by MyEclipse - Hibernate Tools
*/
public class Newtype implements java.io.Serializable {
// Fields
private String id;
www.eeworm.com/read/290539/3973368
java news.java
package com.news.bean;
/**
* News generated by MyEclipse - Hibernate Tools
*/
public class News implements java.io.Serializable {
// Fields
private String id;
www.eeworm.com/read/288961/3997136
java webparamannotation.java
package org.codehaus.xfire.annotations;
import java.io.Serializable;
/**
* Represents a common representation of a web parameter annotation. Customizes the mapping of an individual parameter
* to
www.eeworm.com/read/288961/3997145
java initparam.java
package org.codehaus.xfire.annotations.soap;
import java.io.Serializable;
/**
* Represents a common implementation of the {@link SOAPMessageHandler} initialization parameter.
*
* @author
www.eeworm.com/read/288894/4001334
java reflectionoptimizerimpl.java
package org.hibernate.bytecode.javassist;
import org.hibernate.bytecode.ReflectionOptimizer;
import java.io.Serializable;
/**
* ReflectionOptimizer implementation for Javassist.
*
* @au
www.eeworm.com/read/288894/4001976
java propertygeneration.java
package org.hibernate.mapping;
import java.io.Serializable;
/**
* Indicates whether given properties are generated by the database and, if
* so, at what time(s) they are generated.
*
* @
www.eeworm.com/read/287223/4024965
java user.java
package org.langsin.computer.vo;
/**
* User generated by MyEclipse - Hibernate Tools
*/
@SuppressWarnings("serial")
public class User implements java.io.Serializable {
// Fiel