代码搜索:Serializable

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

代码结果 10,000
www.eeworm.com/read/396547/2414345

java article.java

package com.web.common.bean; import java.util.Date; /** * ArticleManager generated by MyEclipse - Hibernate Tools */ public class Article implements java.io.Serializable { //
www.eeworm.com/read/396039/2425476

java slog_tasklabel.java

import java.io.*; public class SLOG_tasklabel implements Serializable { public short node; public byte cpu; public int thread; public SLOG_tasklabel() {
www.eeworm.com/read/396039/2425478

java slog_statistics.java

import java.io.*; import java.util.*; public class SLOG_Statistics implements Serializable { private double starttime; private double endtime; private int Nset;
www.eeworm.com/read/395319/2438402

vb cart.vb

Imports Microsoft.VisualBasic Imports System Imports System.Collections Imports NetShopForge.Library.Product Namespace NetShopForge.Library.Cart _ Public Class Car
www.eeworm.com/read/395319/2438406

vb trackerinfo.vb

Imports System.Xml Imports System.Xml.Serialization Namespace NetShopForge.Library.Tracker Public Class TrackerInfo #Region "private vars" Private trackingID_ As
www.eeworm.com/read/395063/2450478

java tbsubtype.java

package com.lzw.model; public class TbSubType implements java.io.Serializable { private Integer id; private TbSuperType tbSuperType; private String typeName; public TbSubType() { }
www.eeworm.com/read/394673/2454906

java versioninfo.java

package org.jgap.distr.grid.request; import java.io.*; public class VersionInfo implements Serializable { public String currentVersion; public String filenameOfLib; public Stri
www.eeworm.com/read/394045/2460674

java billingdetails.java

package org.hibernate.auction.model; import java.io.Serializable; import java.util.Date; /** * This is the abstract superclass for BillingDetails. * * A BillingDetails object is alway
www.eeworm.com/read/394045/2460689

java address.java

package org.hibernate.auction.model; import java.io.Serializable; /** * The address of a User. * * An instance of this class is always associated with only * one User and depend
www.eeworm.com/read/394045/2460703

java command.java

package org.hibernate.auction.command; import java.io.Serializable; /** * The interface for generic commands between presentation and business tier. * * @author Christian Bauer