代码搜索:serialization
找到约 2,507 项符合「serialization」的源代码
代码结果 2,507
www.eeworm.com/read/371789/9536644
cpp chapter09adoc.cpp
// Chapter09ADoc.cpp : implementation of the CChapter09ADoc class
//
#include "stdafx.h"
#include "Chapter09A.h"
#include "Chapter09ADoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS
www.eeworm.com/read/363723/9938872
cpp chapter09doc.cpp
// Chapter09Doc.cpp : implementation of the CChapter09Doc class
//
#include "stdafx.h"
#include "Chapter09.h"
#include "Chapter09Doc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FIL
www.eeworm.com/read/363723/9938907
cpp chapter09adoc.cpp
// Chapter09ADoc.cpp : implementation of the CChapter09ADoc class
//
#include "stdafx.h"
#include "Chapter09A.h"
#include "Chapter09ADoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS
www.eeworm.com/read/363371/9954808
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/362688/9986803
cpp eraser.cpp
using namespace System::Runtime::Serialization;
// Eraser.cpp
//
// Eraser. Secure data removal. For Windows.
// Copyright
www.eeworm.com/read/361668/10039588
txt 序列化機制.txt
Remoting:于.net框架下的序列化機制
程序员在编写应用程序的时候往往要将程序的某些数据存储在内存中,然后将其写入某个文件或是将它传输到网络中的另一台计算机上以实现通讯。这个将程序数据转化成能被存储并传输的格式的过程被称为"序列化"(<mark>Serialization</mark>),而它的逆过程则可被称为"反序列化"(De<mark>serialization</mark>)。
.net框架对序列化机制 ...
www.eeworm.com/read/358496/10187096
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/355608/10254384
cs shoppinglist.cs
using System.Xml.Serialization;
using System.Collections.Generic;
namespace XmlSerialization
{
[XmlRoot("shoppingList")]
public class ShoppingList
{
private List