代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/233914/4663783
cs iobjectreference.cs
/*
* IObjectReference.cs - Implementation of the
* "System.Runtime.Serialization.IObjectReference" interface.
*
* Copyright (C) 2002 Southern Storm Software, Pty Ltd.
*
* This program is free
www.eeworm.com/read/233914/4663784
cs surrogateselector.cs
/*
* SurrogateSelector.cs - Implementation of the
* "System.Runtime.Serialization.SurrogateSelector" interface.
*
* Copyright (C) 2003 Southern Storm Software, Pty Ltd.
*
* This program is fr
www.eeworm.com/read/233914/4664583
cs designerloader.cs
/*
* DesignerLoader.cs - Implementation of the
* "System.ComponentModel.Design.Serialization.DesignerLoader" class.
*
* Copyright (C) 2003 Southern Storm Software, Pty Ltd.
*
* This program is
www.eeworm.com/read/233914/4664584
cs instancedescriptor.cs
/*
* InstanceDescriptor.cs - Implementation of the
* "System.ComponentModel.Design.Serialization.InstanceDescriptor" class.
*
* Copyright (C) 2003 Southern Storm Software, Pty Ltd.
*
* This pr
www.eeworm.com/read/233914/4664585
cs inamecreationservice.cs
/*
* INameCreationService.cs - Implementation of the
* "System.ComponentModel.Design.Serialization.INameCreationService" class.
*
* Copyright (C) 2003 Southern Storm Software, Pty Ltd.
*
* Thi
www.eeworm.com/read/233914/4664594
cs resolvenameeventargs.cs
/*
* ResolveNameEventArgs.cs - Implementation of the
* "System.ComponentModel.Design.Serialization.ResolveNameEventArgs" class.
*
* Copyright (C) 2003 Southern Storm Software, Pty Ltd.
*
* Thi
www.eeworm.com/read/232130/4705154
cpp freeload.cpp
/*
* FREELOAD.CPP
* Freeloader Chapter 11
*
* Freeloader application that uses OLE's data cache
* to provide free drawing and serialization services for
* bitmaps and metafiles.
*
* Co
www.eeworm.com/read/222361/4820452
h mainfrm.h
// MainFrm.h : interface of the CMainFrame class
//
#pragma once
class CMainFrame : public CFrameWnd
{
protected: // create from serialization only
CMainFrame();
DECLARE_DYNCREATE(CM
www.eeworm.com/read/204783/5029238
java rstresponsedeserializerfactory.java
package edu.virginia.cs.wst.serialization;
import javax.xml.rpc.encoding.Deserializer;
/**
* @author ddelvecc
*
* For creating RSTResponseDeserializers.
*/
public class RSTResponseDeserializer
www.eeworm.com/read/204783/5029240
java rstresponseserializerfactory.java
package edu.virginia.cs.wst.serialization;
import javax.xml.rpc.encoding.Serializer;
/**
* @author ddelvecc
*
* For creating RSTResponseSerializers.
*/
public class RSTResponseSerializerFactory