代码搜索:Serializable

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

代码结果 10,000
www.eeworm.com/read/451220/1664097

cs node.cs

using System; using System.Collections; namespace NHibernate.Test.NHSpecificTest.NH317 { /// /// Summary description for Node. /// [Serializable] public class Node
www.eeworm.com/read/451220/1664235

cs hbmbase.cs

using System; namespace NHibernate.Cfg.MappingSchema { /// A base class for HBM schema classes that provides helper methods. [Serializable] public abstract class HbmBase
www.eeworm.com/read/451220/1664343

cs defaultpostloadeventlistener.cs

using System; using NHibernate.Classic; namespace NHibernate.Event.Default { /// Call interface if necessary [Serializable] public class Defaul
www.eeworm.com/read/251310/4421693

java user.java

package user; import java.io.*; public class User implements Serializable{ private String userName; private String userPassword; private int baseInforFunction; private int stockFunct
www.eeworm.com/read/251310/4422082

java~42~ user.java~42~

package user; import java.io.*; public class User implements Serializable{ private String userName; private String userPassword; private int baseInforFunction; private int stockFunct
www.eeworm.com/read/248746/4464552

java serclass.java

/** * This class is intended to be serialized over RMI-IIOP. */ public class SerClass implements java.io.Serializable { // members private int x; private String myString; // constructo
www.eeworm.com/read/245895/4501202

vb person.vb

Imports Microsoft.VisualBasic Imports System Imports System.Web _ Public Class Person Public firstName As String Public lastName As String Public Overrides Func
www.eeworm.com/read/245895/4501217

vb person.vb

Imports Microsoft.VisualBasic Imports System Imports System.Web _ Public Class Person Public firstName As String Public lastName As String Public Overrides Func
www.eeworm.com/read/245895/4501223

vb person.vb

Imports Microsoft.VisualBasic Imports System Imports System.Web _ Public Class Person Public firstName As String Public lastName As String Public Overrides Func
www.eeworm.com/read/241991/4556746

java persistencemanager.java

package org.jgroups.persistence; /** * @author Mandar Shinde * This interface defines the interface that needs to be implemented to * persist any Map(Serializable) object. Primary usage would be u