代码搜索:Serializable

找到约 10,000 项符合「Serializable」的源代码

代码结果 10,000
www.eeworm.com/read/366632/2886002

java basethotspot.java

package com.shandong.bean.base; import java.io.Serializable; /** * This is an object that contains data related to the T_HOTSPOT table. * Do not modify this class because it will be overwr
www.eeworm.com/read/366632/2886005

java basevpanoramahotspot.java

package com.shandong.bean.base; import java.io.Serializable; /** * This is an object that contains data related to the V_PANORAMA_HOTSPOT table. * Do not modify this class because it will
www.eeworm.com/read/366271/2892118

java category.java

package com.jspdev.vo; import java.io.*; public class Category implements Serializable { /* Private Fields */ private String categoryId; private String name; private String descr
www.eeworm.com/read/366271/2892173

java baseuser.java

package com.jspdev.hibdemo.base; import java.io.Serializable; /** * This is an object that contains data related to the sys_user table. * Do not modify this class because it will be overwr
www.eeworm.com/read/365508/2896851

java test.java

package personal.test.Model; public class Test implements java.io.Serializable { /** * */ private static final long serialVersionUID = -8374739622525818588L; private Long id; private
www.eeworm.com/read/363729/2912975

java paramentity.java

package org.speedframework.entity; import org.speedframework.connection.IConnectionAdaptor; import java.io.Serializable; /** * Class ParamEntity * 参数承载对象 * @author
www.eeworm.com/read/363729/2912978

java cacheparambean.java

package org.speedframework.entity; //~--- JDK imports ------------------------------------------------------------ import java.io.Serializable; /** * 类描述信息,描述类的主要职责和用处。 * * * @versio
www.eeworm.com/read/363495/2917724

java file.java

package org.artemis.right.model; import java.util.Date; /** * File generated by MyEclipse - Hibernate Tools */ public class File implements java.io.Serializable { // Fields
www.eeworm.com/read/361182/2951898

cs loginexception.cs

namespace Imps.Client.Core { using Imps.Client.Resource; using System; using System.Net; using System.Runtime.Serialization; [Serializable] public class LoginExceptio
www.eeworm.com/read/359048/2981150

java answer.java

package bingo.shared; public class Answer implements java.io.Serializable { public boolean didIWin; public String message; public Answer(boolean didIWin, String message) { this.