代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/168554/5444668
java assoc.java
/*
* Created on Jan 13, 2004
*/
package org.roller.pojos;
import org.roller.RollerException;
import java.io.Serializable;
/**
* Interface for hierarchical assocations.
* @author David M Johnson
www.eeworm.com/read/167911/5450789
java myprincipal.java
import java.io.Serializable;
import java.security.Principal;
public class MyPrincipal implements Principal, Serializable {
private String name;
public MyPrincipal(String n) {
na
www.eeworm.com/read/167911/5450797
java principalimpl.java
import java.io.Serializable;
import java.security.Principal;
//
// This class defines the principle object, which is just an encapsulated
// String name
public class PrincipalImpl implements Prin
www.eeworm.com/read/167911/5450815
java principalimpl.java
import java.io.Serializable;
import java.security.Principal;
//
// This class defines the principle object, which is just an encapsulated
// String name
public class PrincipalImpl implements Prin
www.eeworm.com/read/167821/5452307
cs dataaccessexception.cs
using System;
namespace Framework.DataAccess
{
///
/// Summary description for DataAccessException.
///
[Serializable]
public class DataAccessException : Application
www.eeworm.com/read/167821/5452318
cs transactioncontextexception.cs
using System;
namespace Framework.Transactions
{
///
/// Summary description for TransactionContextException.
///
[Serializable]
public class TransactionContextExcep
www.eeworm.com/read/167821/5452319
cs transactionhandlingexception.cs
using System;
namespace Framework.Transactions
{
///
/// Summary description for TransactionHandlingException.
///
[Serializable]
public class TransactionHandlingExc
www.eeworm.com/read/167667/5454895
java undoablechangelistener.java
package com.sunking.tp.util;
import java.util.*;
/**
* Title: UndoableChangeListener
* Description: 撤消恢复状态监听器
* Copyright: Copyright (c) 2003
* Company:
*
www.eeworm.com/read/167667/5454897
java undoablechangeevent.java
package com.sunking.tp.util;
import javax.swing.undo.UndoManager;
/**
* Title: UndoableChangeEvent
* Description: UndoableChangeEvent
* Copyright: Copyright (c) 2003
*
www.eeworm.com/read/167667/5454900
java linerenderer.java
package com.sunking.tp.framework;
/**
* Title:
* Description: 连线修饰器
* Copyright: Copyright (c) 2003
* Company:
* @author SunK