代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/157770/11665455
java personalinfo.java
import java.io.Serializable;
/**
* Title:
*
* Description:
*
* Copyright: Copyright (c) 2005
*
* Company:
*
* @author not attributable
* @vers
www.eeworm.com/read/347053/11704282
java optionlabelvalue.java
package com.ebusiness.ebank.util ;
import java.io.Serializable;
/**
* OptionLabelValue : Value/Label
* @ version 1.0
* @ author unascribed
*/
public class OptionLabelValue implements Serializab
www.eeworm.com/read/260530/11721492
java employee.java
import java.io.*;
import java.util.*;
public class Employee implements Serializable
{
private int employeeNumber;
private String employeeName;
Employee(int num, S
www.eeworm.com/read/345341/11818863
cs shapepool.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
namespace ShapeLib
{
[Serializable]
public class ShapePool : IEnumerable
{
www.eeworm.com/read/258608/11850600
txt 例10.txt
import java.io.*;
class Goods implements Serializable
{
String name=null;
double unitPrice;
Goods(String name,double unitPrice)
{
this.name=name;
this.unit
www.eeworm.com/read/256861/11967797
cs sorter.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace IAXK.Sys
{
///
/// 排序顺序
///
[Serializable]
public enum OrderType
{
www.eeworm.com/read/151015/12239227
java boardbean.java
package blog;
public class BoardBean implements java.io.Serializable {
private int boardID = 0;
private String title = "";
private String content = "";
private String author = "";
www.eeworm.com/read/150209/12306674
java boardbean.java
package blog;
public class BoardBean implements java.io.Serializable {
private int boardID = 0;
private String title = "";
private String content = "";
private String author = "";
www.eeworm.com/read/250287/12416149
java aqjmsmultiqueueitem.java
import java.io.*;
/** This is a sample message item class using the JMS Interface to AQ
@author Rene Steiner, Akadia AG
*/
public class AQJmsMultiQueueItem implements Serializable {
priva
www.eeworm.com/read/129125/14265448
java fileinfo.java
import java.io.*;
public class FileInfo
implements Serializable
{
private String shortName;
private String fullName;
private long size;
private boolean isDir;
public Fil