代码搜索:Serializable

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

代码结果 10,000
www.eeworm.com/read/479408/1333043

java userinfo.java

package bean; /** * Userinfo generated by MyEclipse Persistence Tools */ public class Userinfo implements java.io.Serializable { // Fields private Integer id; private String user
www.eeworm.com/read/479171/1336638

java payparameter.java

package tarena.entity; /** * Payparameter entity. * * @author MyEclipse Persistence Tools */ public class Payparameter implements java.io.Serializable { // Fields private Intege
www.eeworm.com/read/479171/1336645

java transaction.java

package tarena.entity; /** * Transaction entity. * * @author MyEclipse Persistence Tools */ public class Transaction implements java.io.Serializable { // Fields private Integer
www.eeworm.com/read/479171/1336661

java productnorm.java

package tarena.entity; /** * Productnorm entity. * * @author MyEclipse Persistence Tools */ public class Productnorm implements java.io.Serializable { // Fields private Integer
www.eeworm.com/read/477833/1357931

java truirsidvo.java

package com.galaxy.vo; /** * TrUiRsId generated by MyEclipse Persistence Tools */ public class TrUiRsIdVO implements java.io.Serializable { // Fields private TrainRecordVO trainRecor
www.eeworm.com/read/477833/1357937

java ripirsidvo.java

package com.galaxy.vo; /** * RiPiRsId generated by MyEclipse Persistence Tools */ public class RiPiRsIdVO implements java.io.Serializable { // Fields private RoleInfoVO roleInfo;
www.eeworm.com/read/476331/1372499

cs order.cs

using System; using System.Collections.Generic; namespace Wrox.ProCSharp.EnterpriseServices { [Serializable] public class Order { public static Order Create(string customerId,
www.eeworm.com/read/476331/1373094

cs course.cs

using System; using System.Collections.Generic; namespace Wrox.ProCSharp.Transactions { [Serializable] public class Course { private int id; public int Id
www.eeworm.com/read/476331/1373197

cs employeeid.cs

using System; using System.Collections.Generic; using System.Text; namespace Wrox.ProCSharp.Collections { [Serializable] public struct EmployeeId : IEquatable {
www.eeworm.com/read/475827/1380855

java searchbean.java

package jsfcssjs; public class SearchBean implements java.io.Serializable { private String text; private boolean moreOptions; private boolean matchCase; private String language;