代码搜索:serialization
找到约 2,507 项符合「serialization」的源代码
代码结果 2,507
www.eeworm.com/read/197193/8014779
dsw wzd.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/331966/12793115
cs cascadingdropdownnamevalue.cs
// (c) Copyright Microsoft Corporation.
// This source is subject to the Microsoft Permissive License.
// See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.msp
www.eeworm.com/read/331004/12857317
cs myserialize.cs
using System;
using System.IO;
using System.Xml;
namespace GateWayFroCMPP3
{
///
/// MySerialize 的摘要说明。
///
public class MySerialize
{
public MySerialize()
{
www.eeworm.com/read/243682/12924445
txt csharptag.txt
Microsoft.Win32
System
System.CodeDOM
System.CodeDOM.Compiler
System.Collections
System.Collections.Bases
System.ComponentModel
System.ComponentModel.Design
System.ComponentModel.Design.CodeMo
www.eeworm.com/read/243682/12925160
txt csharpautocomp.txt
Microsoft.Win32
System
System.CodeDOM
System.CodeDOM.Compiler
System.Collections
System.Collections.Bases
System.ComponentModel
System.ComponentModel.Design
System.ComponentModel.Design.CodeMo
www.eeworm.com/read/243682/12925726
txt csautocomp.txt
Microsoft.Win32
System
System.CodeDOM
System.CodeDOM.Compiler
System.Collections
System.Collections.Bases
System.ComponentModel
System.ComponentModel.Design
System.ComponentModel.Design.CodeMo
www.eeworm.com/read/243682/12925842
txt csharptags.txt
Microsoft.Win32
System
System.CodeDOM
System.CodeDOM.Compiler
System.Collections
System.Collections.Bases
System.ComponentModel
System.ComponentModel.Design
System.ComponentModel.Design.CodeMo
www.eeworm.com/read/139204/13178424
cpp ex30adoc.cpp
// ex30aDoc.cpp : implementation of the CEx30aDoc class
//
#include "stdafx.h"
#include "ex30a.h"
#include "ex30aDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char T
www.eeworm.com/read/139204/13183198
cpp ex30adoc.cpp
// ex30aDoc.cpp : implementation of the CEx30aDoc class
//
#include "stdafx.h"
#include "ex30a.h"
#include "ex30aDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char T
www.eeworm.com/read/322809/13365078
cs propertystatic.cs
using System;
//序列化
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters.Binary ;
namespace ExamSystem
{
///
/// PropertyStatic 的摘要说明。
///