代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/300185/3848031
java windowfeatures.java
/*
* Created on Dec 6, 2004
*
*/
package iitb.Model;
import java.io.Serializable;
import iitb.CRF.DataSequence;
/**
* @author Administrator
*
* Define features for windows of ranges
*/
publ
www.eeworm.com/read/299550/3851526
java machine.java
package cl.test.dao;
/**
* Machine generated by MyEclipse Persistence Tools
*/
public class Machine implements java.io.Serializable {
// Fields
private Long cid;
private String nam
www.eeworm.com/read/298063/3876629
cs rosterquery.cs
using System;
namespace gowk.core.packets.querys
{
[System.Serializable]
public class RosterQuery:Query
{
private Item[] items;
public Item[] Items
{
get{return this.items;}
www.eeworm.com/read/297754/3882726
java busipriceentity.java
package com.ufmobile.business.account.entity;
import java.io.Serializable;
/**
* CMP 3.0 class for TB_BUSINESS_PRICE.
*
* Modified by Helloween.
*
* Notice: In this modified middlege
www.eeworm.com/read/297206/3888448
java~21~ card.java~21~
package 网吧计费系统;
import java.io.*;
public class Card implements Serializable{
public Card() {
}
private String id;//卡号
public String getCardId(){
return this.id;
www.eeworm.com/read/296962/3896210
java comments.java
package com.stiven.hibernate;
import java.util.Date;
/**
* Comments entity.
*
* @author MyEclipse Persistence Tools
*/
public class Comments implements java.io.Serializable {
//
www.eeworm.com/read/296895/3897581
java globalconfig.java
import java.io.*;
import java.util.*;
public class GlobalConfig implements Serializable{
private static final GlobalConfig INSTANCE=new GlobalConfig();
private Properties properties = new Prop
www.eeworm.com/read/296895/3897652
java flight.java
package flight2;
import java.io.*;
//public class Flight{
public class Flight implements Serializable{
protected String flightNumber;
protected String origin;
protected String destinat
www.eeworm.com/read/296382/3904264
java userinfo.java
package com.dark.nethd.bean;
public class UserInfo implements java.io.Serializable {
// Fields
private Integer userId;
private String userName;
private String passWord;
private
www.eeworm.com/read/296382/3904265
java filesinfo.java
package com.dark.nethd.bean;
import java.util.Date;
/**
* FilesInfo generated by MyEclipse - Hibernate Tools
*/
public class FilesInfo implements java.io.Serializable {
// Fie