代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/479942/6684583
cs background.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.ComponentModel;
using System.ComponentModel.Design;
using System.ComponentModel.Design.Serialization;
using System
www.eeworm.com/read/479942/6684584
cs dateitem.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.ComponentModel;
using System.ComponentModel.Design;
using System.ComponentModel.Design.Serialization;
using System
www.eeworm.com/read/345341/11818791
cs shapepoolmemento.cs
using System;
using System.Collections.Generic;
using System.Text;
using GenericUndoRedo;
using ShapeLib;
using System.IO;
using System.Runtime.Serialization.Formatters.Binary;
namespace Undo
www.eeworm.com/read/230435/14289246
cs configfile.cs
using System;
using System.IO;
using System.Windows.Forms;
using System.Runtime.Serialization.Formatters.Soap;
namespace YariSoft.Utils
{
public class ConfigFile
{
#region Local variable
www.eeworm.com/read/221047/14759608
html module-marshal.html
3.16 marshal -- Alternate Python object serialization
www.eeworm.com/read/476331/1373053
cs transactionalenlistment.cs
using System;
using System.Diagnostics;
using System.IO;
using System.Runtime.Serialization.Formatters.Binary;
using System.Transactions;
namespace Wrox.ProCSharp.Transactions
{
public par
www.eeworm.com/read/460242/1561855
cs codeeditorcontrol.cs
//ORIGINAL LGPL SOURCE CODE FINDED ON COMPONA LGPL SOURCE CODE
//SOLVED A DESIGNER SERIALIZATION BUG :
#region using...
using System;
using System.Collections;
www.eeworm.com/read/457123/1600354
cs soappaymentheader.cs
using System;
using System.Xml;
using System.Xml.Serialization;
using System.Web.Services.Protocols;
public enum FaultCode
{
Client = 0,
Server = 1
}
public class SoapPaymentHeader : So
www.eeworm.com/read/226089/4788134
java mydate.java
package org.course.io.serialization;
import java.io.Serializable;
public class MyDate implements Serializable{
private int year;
private int month;
private int day;
public MyDate(int
www.eeworm.com/read/183938/5250944
cs loginfo.cs
using System;
using System.Xml.Serialization;
using DotNetNuke.Services.Exceptions;
//
// DotNetNuke - http://www.dotnetnuke.com
// Copyright (c) 2002-2005
// by Shaun Walker ( sales@perpetua