代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/233914/4663782
cs streamingcontext.cs
/*
* StreamingContext.cs - Implementation of the
* "System.Runtime.Serialization.StreamingContext" structure.
*
* Copyright (C) 2001, 2002 Southern Storm Software, Pty Ltd.
*
* This program i
www.eeworm.com/read/233914/4664589
cs contextstack.cs
/*
* ContextStack.cs - Implementation of the
* "System.ComponentModel.Design.Serialization.ContextStack" class.
*
* Copyright (C) 2003 Southern Storm Software, Pty Ltd.
*
* This program is fre
www.eeworm.com/read/229917/4727290
cs modulesettings.cs
using System;
using System.Xml;
using System.Xml.Serialization;
namespace infoWeb.WebModules.Accounts.Configuration
{
///
/// Summary description for ModuleSettings.
///
www.eeworm.com/read/204783/5029237
java rstdeserializerfactory.java
package edu.virginia.cs.wst.serialization;
import javax.xml.rpc.encoding.Deserializer;
/**
* @author ddelvecc
*
* For creating RSTDeserializers.
*/
public class RSTDeserializerFactory extends
www.eeworm.com/read/334048/3375417
vb serializedata.vb
Imports System.IO
Imports System.Xml.Serialization
Public Class SerializeData
Public Function SaveXmlFile(ByVal filename As String)
Dim tempFilename As String
tempFilename = f
www.eeworm.com/read/314935/3628812
cs modulesettings.cs
using System;
using System.Xml;
using System.Xml.Serialization;
namespace infoWeb.WebModules.Accounts.Configuration
{
///
/// Summary description for ModuleSettings.
///
www.eeworm.com/read/297135/3891989
cs adminprofileinfo.cs
namespace PowerEasy.Model.UserManage
{
using PowerEasy.Model;
using System;
using System.Xml.Serialization;
[Serializable]
public class AdminProfileInfo : PowerEasy.Model.
www.eeworm.com/read/446949/1708179
cs modulesettings.cs
using System;
using System.Xml;
using System.Xml.Serialization;
namespace infoWeb.WebModules.Accounts.Configuration
{
///
/// Summary description for ModuleSettings.
///
www.eeworm.com/read/446867/1708770
h mainfrm.h
// MainFrm.h : interface of the CMainFrame class
//
#pragma once
#include "TabBarCtrl.h"
class CMainFrame : public CFrameWnd
{
protected: // create from serialization only
CMainFrame();
D
www.eeworm.com/read/411049/2192474
h mainfrm.h
// MainFrm.h : interface of the CMainFrame class
//
#pragma once
#include "TabBarCtrl.h"
class CMainFrame : public CFrameWnd
{
protected: // create from serialization only
CMainFrame();
D