代码搜索:Serializable

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

代码结果 10,000
www.eeworm.com/read/146638/5736310

java starseventexception.java

/* */ package org.impact.stars.control.exceptions; /** * This exception is the base class for all the event exceptions. */ public class StarsEventException extends Exception implements java.io.S
www.eeworm.com/read/146638/5736313

java starsevent.java

/* */ package org.impact.stars.control.event; /** * This interface determines the required methods for an estore event */ public interface StarsEvent extends java.io.Serializable { /** *
www.eeworm.com/read/146638/5736319

java signoutevent.java

/* */ package org.impact.stars.control.event; import java.io.Serializable; /** * This event is sent from the web tier to the EJB Controller to notify * the EJB Controller that a user has logged o
www.eeworm.com/read/146638/5736320

java starseventsupport.java

/* */ package org.impact.stars.control.event; import java.io.Serializable; /** * This is the base class for all events used by the application. * Currently this class only implements Serializabl
www.eeworm.com/read/146638/5736448

java signonmodel.java

/* */ package org.impact.stars.signon.model; /** * This class represents the model data for the * sign on info. Note that this object is immutable * since it is intended to be read only. */ pu
www.eeworm.com/read/146092/5739876

java basetreefilter.java

/* Copyright 2004 Jenkov Development Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obta
www.eeworm.com/read/145839/5743487

java dbconn.java

package connection; import java.io.Serializable; import java.sql.*; public class DbConn implements java.io.Serializable //串行化单个连接类 { private Connection conn = null;//数据库连接对象conn private b
www.eeworm.com/read/144752/5748456

java productkind.java

package a; import java.io.*; public class ProductKind implements Serializable { private String kindId,kind,descn; public void setKindId(String kindId) { this.kindId=kindId; } public St
www.eeworm.com/read/144395/5750144

java personvo.java

/* * Created on 2004-11-14 * * http://www.open-v.com 提供代码的维护工作 */ package com.openv.spring; import java.io.Serializable; /** * Persion值对象 * * @author luoshifei */ public clas
www.eeworm.com/read/144395/5750159

java personvo.java

/* * Created on 2004-11-14 * * http://www.open-v.com 提供代码的维护工作 */ package com.openv.spring; import java.io.Serializable; /** * Persion值对象 * * @author luoshifei */ public clas