代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/233914/4663550
txt code-review.txt
Code review for System.Runtime.Serialization
============================================
Last updated: 4 June 2003
Classes that need tests
-----------------------
Formatter
FormatterConverter
For
www.eeworm.com/read/277826/4149733
cs iaction.cs
namespace NetBpm.Workflow.Definition
{
public interface IAction //: System.Runtime.Serialization.ISerializable
{
EventType EventType { get; }
}
}
www.eeworm.com/read/447272/1706399
cs iaction.cs
namespace NetBpm.Workflow.Definition
{
public interface IAction //: System.Runtime.Serialization.ISerializable
{
EventType EventType { get; }
}
}
www.eeworm.com/read/168845/5434443
cpp test_all_main.cpp
/* Boost.MultiIndex test suite.
*
* Copyright 2003-2005 Joaqu韓 M L髉ez Mu駉z.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
*
www.eeworm.com/read/397214/2404181
vb logonoperator.vb
Option Strict On
Option Explicit On
Imports System
Imports System.Data
Imports System.Runtime.Serialization
Namespace Data
'-----------------------------------------------------------
www.eeworm.com/read/397214/2404187
vb shopdata.vb
Option Strict On
Option Explicit On
Imports System
Imports System.Data
Imports System.Runtime.Serialization
Namespace Data
'-----------------------------------------------------------
www.eeworm.com/read/179787/9337993
h indexeditordoc.h
// IndexEditorDoc.h : interface of the CIndexEditorDoc class
//
#pragma once
class CIndexsSrvrItem;
class CIndexEditorDoc : public COleServerDoc
{
protected: // create from serialization
www.eeworm.com/read/355608/10254368
cs shoppingitem.cs
using System.Xml.Serialization;
namespace XmlSerialization
{
public class ShoppingItem
{
private string name;
private double price;
public ShoppingItem()
www.eeworm.com/read/279712/10400347
h temperaturedoc.h
// TemperatureDoc.h : interface of the CTemperatureDoc class
//
#pragma once
class CTemperatureDoc : public CDocument
{
protected: // create from serialization only
CTemperatureDoc();
www.eeworm.com/read/304500/13792102
h viewerdemodoc.h
// ViewerDemoDoc.h : interface of the CViewerDemoDoc class
//
#pragma once
class CViewerDemoDoc : public CDocument
{
protected: // create from serialization only
CViewerDemoDoc();