代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/152713/5668162
java basegraphictype.java
package domain.model;
import java.io.Serializable;
/**
* This class has been automatically generated by Hibernate Synchronizer.
* For more information or documentation, visit The Hibernate
www.eeworm.com/read/140827/5780603
cs lineiteminfo.cs
using System;
namespace BookShop.Model {
///
/// Business entity used to model an order line item.
///
[Serializable]
public class LineItemInfo {
// Internal m
www.eeworm.com/read/130122/5964252
java connectioninit.java
package com.croftsoft.core.sql;
import java.io.Serializable;
import java.sql.*;
import com.croftsoft.core.lang.NullArgumentException;
/******************************
www.eeworm.com/read/124637/6043551
cs comparers.cs
//using ;
using System;
using System.Collections;
using ICSharpCode.SharpDevelop.Gui.Pads.ProjectBrowser;
namespace System {
[Serializable]
///
///Compares two objects by property
www.eeworm.com/read/124632/6043767
java student.java
public class Student implements java.io.Serializable
{
String number,name,discipling,grade,borth,sex;
public Student()
{
}
public void setNumber(String number)
{
www.eeworm.com/read/121924/6067039
cs memocollection.cs
using System;
using System.Collections;
namespace Org.InteliIM.Activities.Memos
{
///
/// A collection that stores objects.
///
[Serializable()]
www.eeworm.com/read/121924/6067083
cs floorcollection.cs
using System;
using System.Collections;
namespace Org.InteliIM.Activities.Lodgment
{
///
/// A collection that stores objects.
///
[Serializable
www.eeworm.com/read/121924/6067203
cs contactgroupcollection.cs
using System;
using System.Collections;
namespace Org.InteliIM.Users
{
///
/// A collection that stores objects.
///
[Serializable()]
p
www.eeworm.com/read/119649/6082888
format business.format
Imports System
Imports System.Data
Imports OrmLib
Namespace {0}
Public MustInherit Class Business : Inherits BusinessBase
Protected Sub New(ByVal dataContext As
www.eeworm.com/read/119117/6092958
java clipboardbeaninfo.java
package HAB.object;
import java.beans.*;
public class ClipBoardBeanInfo extends SimpleBeanInfo implements java.io.Serializable
{
public PropertyDescriptor[] getPropertyDescriptors()
{
P