代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/401074/2343064
cs classunit.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace WinPaike
{
[Serializable()]
public class ClassUnit
{
//static List CourseList = new Li
www.eeworm.com/read/401074/2343072
cs course.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace WinPaike
{
[Serializable()]
public class Course
{
public static int Seed = 0;
publi
www.eeworm.com/read/400290/2353667
java abstractcommentt.java
package po.comment;
import java.util.Date;
/**
* AbstractCommentt generated by MyEclipse - Hibernate Tools
*/
public abstract class AbstractCommentt implements java.io.Serializable {
www.eeworm.com/read/400290/2353672
java abstractnewst.java
package po.news;
import java.util.Date;
/**
* AbstractNewst generated by MyEclipse - Hibernate Tools
*/
public abstract class AbstractNewst implements java.io.Serializable {
/
www.eeworm.com/read/400179/2354751
java product.java
package com.briup.common.dao.pojo;
// default package
/**
* Product generated by MyEclipse - Hibernate Tools
*/
public class Product implements java.io.Serializable {
// Field
www.eeworm.com/read/398075/2397570
java customertypepk.java
package com.relationinfo.customertrace.dto;
import java.io.Serializable;
/**
* This class represents the primary key of the customerType table.
*/
public class CustomerTypePk implements Se
www.eeworm.com/read/398011/2397825
java tbbringupontent.java
package com.mwq.hibernate.mapping;
public class TbBringUpOntent implements java.io.Serializable {
// Fields
private Integer id;
private TbBringUpContent tbBringUpContent;
private Tb
www.eeworm.com/read/398011/2397827
java tbreckoninglist.java
package com.mwq.hibernate.mapping;
public class TbReckoningList implements java.io.Serializable {
// Fields
private Integer recordId;
private TbReckoning tbReckoning;
private TbReco
www.eeworm.com/read/398011/2397832
java tbreckoninginfo.java
package com.mwq.hibernate.mapping;
public class TbReckoningInfo implements java.io.Serializable {
// Fields
private Integer id;
private TbReckoning tbReckoning;
private TbAccountIte
www.eeworm.com/read/397951/2398003
java chargecodepk.java
package com.wiley.compBooks.EJwithUML.TimeCardDomain;
import java.io.Serializable;
/**
* ChargeCodePK is the primary key class for the ChargeCode entity bean.
*/
public class ChargeCodeP