代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/304206/13798564
h ex06edoc.h
// Ex06eDoc.h : interface of the CEx06eDoc class
//
#pragma once
class CEx06eDoc : public CDocument
{
protected: // create from serialization only
CEx06eDoc();
DECLARE_DYNCREATE(CEx06eD
www.eeworm.com/read/304205/13798579
h ex06bdoc.h
// Ex06bDoc.h : interface of the CEx06bDoc class
//
#pragma once
class CEx06bDoc : public CDocument
{
protected: // create from serialization only
CEx06bDoc();
DECLARE_DYNCREATE(CEx06bD
www.eeworm.com/read/304203/13798618
h ex06adoc.h
// Ex06aDoc.h : interface of the CEx06aDoc class
//
#pragma once
class CEx06aDoc : public CDocument
{
protected: // create from serialization only
CEx06aDoc();
DECLARE_DYNCREATE(CEx06aD
www.eeworm.com/read/304202/13798643
h ex06cdoc.h
// Ex06cDoc.h : interface of the CEx06cDoc class
//
#pragma once
class CEx06cDoc : public CDocument
{
protected: // create from serialization only
CEx06cDoc();
DECLARE_DYNCREATE(CEx06cD
www.eeworm.com/read/114211/6124450
cs moduleconfig.cs
using System;
using System.IO;
using System.Text;
using System.Web;
using System.Web.Caching;
using System.Xml.Serialization;
using System.Xml;
using System.Configuration;
using Wrox.WebModu
www.eeworm.com/read/114211/6124763
cs moduleconfig.cs
using System;
using System.IO;
using System.Text;
using System.Web;
using System.Web.Caching;
using System.Xml.Serialization;
using System.Xml;
using System.Configuration;
using Wrox.WebModu
www.eeworm.com/read/401946/11545648
h ex22cdoc.h
// Ex22cDoc.h : interface of the CEx22cDoc class
//
#pragma once
class CEx22cDoc : public CDocument
{
protected: // create from serialization only
CEx22cDoc();
DECLARE_DYNCREATE(CEx22cD
www.eeworm.com/read/150914/12245814
java worm.java
//: c12:Worm.java
// Demonstrates object serialization.
// {Clean: worm.out}
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
www.eeworm.com/read/230049/14307327
java worm.java
//: c12:Worm.java
// Demonstrates object serialization.
// {Clean: worm.out}
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
www.eeworm.com/read/229917/4727287
cs moduleconfig.cs
using System;
using System.IO;
using System.Text;
using System.Web;
using System.Web.Caching;
using System.Xml.Serialization;
using System.Xml;
using System.Configuration;
using infoWeb.WebM