代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/163959/5504320
java serializationhelper.java
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002-2003 The Apache Software Foundation. All rights
* reserve
www.eeworm.com/read/157848/5602068
java marshal.java
package org.ksoap;
import java.io.*;
import org.kobjects.serialization.*;
/** Abstract class for custom (de)serialization. */
public interface Marshal {
/** This methods reads an instance fr
www.eeworm.com/read/157848/5602071
java kvmserializable.java
/* kSOAP
*
* The contents of this file are subject to the Enhydra Public License
* Version 1.1 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a
www.eeworm.com/read/193517/8220932
cs dataportalexception.cs
using System;
namespace CSLA
{
///
/// This exception is returned for any errors occuring
/// during the server-side DataPortal invocation.
///
[Serializable()]
www.eeworm.com/read/193517/8220980
cs readonlycollectionbase.cs
using System;
using System.IO;
using System.Reflection;
using System.Runtime.Serialization.Formatters.Binary;
using CSLA.Resources;
namespace CSLA
{
///
/// Summary description f
www.eeworm.com/read/168845/5431995
hpp stack_constructor.hpp
#ifndef BOOST_SERIALIZATION_DETAIL_STACH_CONSTRUCTOR_HPP
#define BOOST_SERIALIZATION_DETAIL_STACH_CONSTRUCTOR_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_V
www.eeworm.com/read/168845/5434691
cpp extended_type_info_no_rtti.cpp
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// extended_type_info_no_rtti.cpp: specific implementation of type info
// that is NOT based on typeid
// (C) Copy
www.eeworm.com/read/391468/8401730
cs storedprocedures.cs
using System;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using System.Data.Common;
using System.Collections;
using System.Collections.Generic;
using System.ComponentMo
www.eeworm.com/read/291473/8416785
cs propertystatic.cs
using System;
//序列化
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters.Binary ;
namespace ExamSystem
{
///
/// PropertyStatic 的摘要说明。
///
www.eeworm.com/read/287932/8660159
cs tryagainexception.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace GPCore.Exceptions
{
[global::System.Serializable]
public class TryAgainException : Exception
{