代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/161766/5549898
java hyklxvalue.java
package org.helpsoft.entity.hyklx;
import java.io.Serializable;
/**
* The HyklxValue objects contains all fields that are available in the storage.
*
* @author cao guangxin
*/
public cl
www.eeworm.com/read/161766/5549909
java splbvalue.java
package org.helpsoft.entity.splb;
import java.io.Serializable;
/**
* The SplbValue objects contains all fields that are available in the storage.
*
* @author cao guangxin
*/
public clas
www.eeworm.com/read/160705/5566672
cs carc.cs
using System;
using System.Collections;
using System.Drawing;
namespace VCSharp
{
///
/// CArc 的摘要说明。
///
///
[Serializable()]public class CArc:CGElement
{
www.eeworm.com/read/160705/5566963
cs carc.cs
using System;
using System.Collections;
using System.Drawing;
namespace VCSharp
{
///
/// CArc 的摘要说明。
///
///
[Serializable()]public class CArc:CGElement
{
www.eeworm.com/read/158968/5589566
java student.java
package student;
public class Student implements java.io.Serializable
{
String number,name,discipling,grade,borth,sex;
public Student()
{
}
public void setNumber(String numbe
www.eeworm.com/read/158968/5589606
java~1~ student.java~1~
/////////学生对象/////////////
public class Student implements java.io.Serializable
{
String number,name,discipling,grade,borth,sex;
public Student()
{
}
public void setNumber(String numb
www.eeworm.com/read/153537/5649399
java orginfo.java
package com.afuer.hib.form;
//
/**
* OrgInfo generated by hbm2java
*/
public class OrgInfo implements java.io.Serializable,ITreeForm {
// Fields
private Inte
www.eeworm.com/read/153537/5649400
java useruserid.java
package com.afuer.hib.form;
// default package
/**
* UseruserId generated by hbm2java
*/
public class UseruserId implements java.io.Serializable {
// Fields
priv
www.eeworm.com/read/153537/5649403
java roleinfo.java
package com.afuer.hib.form;
// default package
/**
* RoleInfo generated by hbm2java
*/
public class RoleInfo implements java.io.Serializable {
// Fields
private
www.eeworm.com/read/153528/5649812
cs class1.cs
using System;
using System.IO;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters.Binary;
namespace ImpISerial
{
[Serializable]
public class Insect : IS