代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/168182/7813049
h ex24bdoc.h
// Ex24bDoc.h : interface of the CEx24bDoc class
//
#pragma once
#include "cdib.h"
class CEx24bDoc : public CDocument
{
protected: // create from serialization only
CEx24bDoc();
DECL
www.eeworm.com/read/320976/13414710
cs usermanager.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
using System.IO;
using System.Collections;
using System.Xml;
using System.Xml.Serialization;
na
www.eeworm.com/read/320765/13418810
cs mydatabase.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using System.Xml.Serialization;
using System.IO;
using System.Windows.Forms;
www.eeworm.com/read/319815/13441681
cs idatatransfers.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.Text;
///日期:2008-04-16
///作者:旋风
///来自:http://cnb
www.eeworm.com/read/148359/5715568
py attribs.py
#!/usr/bin/python -u
import sys
import libxml2
# Memory debug specific
libxml2.debugMemory(1)
#
# Testing XML document serialization
#
doc = libxml2.parseDoc(
"""
www.eeworm.com/read/124637/6042303
cs sharpqueryview.cs
using System;
using System.Windows.Forms;
using System.Xml;
using System.Xml.Serialization;
using System.IO;
using ICSharpCode.SharpDevelop.Gui;
using SharpQuery.Gui;
using SharpQuery.Gui.Tre
www.eeworm.com/read/346312/11755063
cs wsdlparser.cs
//Author contact: Thanh.Dao@gmx.net
using System.Web.Services.Description;
using System.Windows.Forms;
using System.Xml;
using System.Xml.Serialization;
using Binding = System.Web.Services.Descri
www.eeworm.com/read/346309/11755291
cs wsdlparser.cs
//Author contact: Thanh.Dao@gmx.net
using System.Web.Services.Description;
using System.Windows.Forms;
using System.Xml;
using System.Xml.Serialization;
using Binding = System.Web.Services.Descri
www.eeworm.com/read/153733/12010322
cc main.cc
// U4600 Programmable Interrupt Controller
// Matt Chapman
#include
#include
#include
#include "pic.hh"
// Serialization information.
Se
www.eeworm.com/read/209555/15217514
vb form1.vb
Imports System.Messaging
Imports System.Xml.Serialization
Public Class Form1
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.N