代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/16761/686664
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
// 添加新的命名空间。
using System.Runtime.Serialization;
using
www.eeworm.com/read/457123/1600342
cs customerschemaimporterextension.cs
using System;
using System.CodeDom;
using System.CodeDom.Compiler;
using System.Collections;
using System.Xml;
using System.Xml.Schema;
using System.Xml.Serialization;
using System.Xml.Serializ
www.eeworm.com/read/454264/1631186
as charts.as
package
{
import com.adobe.serialization.json.JSON;
import com.yahoo.astra.fl.charts.*;
import com.yahoo.astra.fl.charts.events.ChartEvent;
import com.yahoo.astra.fl.charts.legend.Legend;
import
www.eeworm.com/read/245895/4500856
vb default.aspx.vb
Imports System.IO
Imports System.Xml
Imports System.Xml.Schema
Imports System.Xml.Serialization
Partial Class _Default
Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sende
www.eeworm.com/read/222361/4820439
h test1view.h
// test1View.h : interface of the Ctest1View class
//
#pragma once
#include "afxcmn.h"
class Ctest1View : public CView
{
protected: // create from serialization only
Ctest1View();
DECL
www.eeworm.com/read/206619/5006842
cs sharpqueryview.cs
using System;
using System.Windows.Forms;
using System.Xml;
using System.Xml.Serialization;
using System.IO;
using ICSharpCode.SharpDevelop.Gui;
using SharpQuery.Gui;
using SharpQuery.Gui.Tre
www.eeworm.com/read/183938/5251128
cs broadcastpollingcachingprovider.cs
using System;
using System.Collections;
using System.IO;
using System.Reflection;
using System.Threading;
using System.Web;
using System.Web.Caching;
using System.Xml.Serialization;
using Do
www.eeworm.com/read/170992/5401009
java transporttestcase.java
package org.ksoap2.transport;
import org.ksoap2.*;
import org.ksoap2.serialization.*;
import org.ksoap2.transport.mock.*;
import junit.framework.*;
public abstract class TransportTestCase extends T
www.eeworm.com/read/167133/5469530
java alias.java
// Demonstrates Serialization aliasing bug
import java.io.*;
class Pt implements Serializable {
public Pt(int x, int y) {
this.x=x;
this.y=y;
}
public void move(int dx, int dy) {
x+=dx;
www.eeworm.com/read/321651/3531625
cs customerschemaimporterextension.cs
using System;
using System.CodeDom;
using System.CodeDom.Compiler;
using System.Collections;
using System.Xml;
using System.Xml.Schema;
using System.Xml.Serialization;
using System.Xml.Serializ