代码搜索:Serializable

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

代码结果 10,000
www.eeworm.com/read/480017/1323975

java nativesqlqueryplan.java

package org.hibernate.engine.query; import java.io.Serializable; import org.hibernate.engine.SessionFactoryImplementor; import org.hibernate.loader.custom.SQLCustomQuery; /** * Defines a q
www.eeworm.com/read/479466/1332079

java score.java

/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.exam.model; import java.io.Serializable; import java.util.Date; /** * * @author fya
www.eeworm.com/read/479246/1333848

java playerlist.java

package net.datagram; import java.util.List; @SuppressWarnings("serial") public class PlayerList implements java.io.Serializable{ private int type; private List players;
www.eeworm.com/read/479165/1336847

java item.java

package org.whatisjava.dang.domain; public class Item implements java.io.Serializable { private static final long serialVersionUID = -406744589552478073L; private Integer id; // private In
www.eeworm.com/read/479165/1336853

java receiveaddress.java

package org.whatisjava.dang.domain; public class ReceiveAddress implements java.io.Serializable { private static final long serialVersionUID = 44624327598485443L; private Integer id; priv
www.eeworm.com/read/477655/1358910

java message.java

package com.shop.entity; import java.util.Date; /** * Message entity. * * @author MyEclipse Persistence Tools */ public class Message implements java.io.Serializable { // Fields
www.eeworm.com/read/477655/1358924

java operatelog.java

package com.shop.entity; import java.util.Date; /** * Operatelog entity. * * @author MyEclipse Persistence Tools */ public class Operatelog implements java.io.Serializable { // F
www.eeworm.com/read/477655/1358926

java beanlog.java

package com.shop.entity; import java.util.Date; /** * Beanlog entity. * * @author MyEclipse Persistence Tools */ public class Beanlog implements java.io.Serializable { // Fields
www.eeworm.com/read/477655/1358941

java announce.java

package com.shop.entity; import java.util.Date; /** * Announce entity. * * @author MyEclipse Persistence Tools */ public class Announce implements java.io.Serializable { // Field
www.eeworm.com/read/477374/1361101

java baseobject.java

package com.bbs.domain.model; import java.io.Serializable; /** * Base class for Model objects. Child objects should implement toString(), * equals() and hashCode(); * * *