代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/306677/3735092
h factory.h
/* factory.h
Server-side remote object factory definitions
Server code: factory.cpp
This header file contains all the class declarations of the remote
objects to support serialization of these
www.eeworm.com/read/301901/3830251
cs filedata.cs
namespace qminoa.Common
{
///
/// FileData 的摘要说明。
///
///
using System;
using System.Data;
using System.Runtime.Serialization;
using qminoa;
[Serializ
www.eeworm.com/read/297135/3892963
cs powereasyconfigurations.cs
namespace PowerEasy.Controls.Editor
{
using System;
using System.Collections;
using System.Reflection;
using System.Runtime.Serialization;
using System.Security.Permissions;
www.eeworm.com/read/295470/3910212
cs configsectionhandler.cs
using System;
using System.Xml;
using System.Xml.Serialization;
using System.Configuration;
namespace blowery.Web.HttpModules
{
///
/// This class acts as a factory for the config
www.eeworm.com/read/282113/4109739
cs filedata.cs
namespace qminoa.Common
{
///
/// FileData 的摘要说明。
///
///
using System;
using System.Data;
using System.Runtime.Serialization;
using qminoa;
[Serializ
www.eeworm.com/read/450965/1668371
cs cinema.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.Serialization.Formatters.Binary;
using System.IO;
namespace CinemaTicket
{
///
///
www.eeworm.com/read/439514/1805941
cs seat.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.Serialization.Formatters.Binary;
using System.Drawing;
namespace MyCinema
{
///
///