代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/142519/12941871
cs graphserializer.cs
using System;
using System.Drawing;
using System.Xml;
using System.Xml.Serialization;
using System.Collections;
using System.Reflection;
using System.IO;
using System.Diagnostics;
using System
www.eeworm.com/read/242109/13094662
cs program.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections;
using System.Xml;
using System.IO;
using System.Runtime.Serialization;
using System.Runtime.Serializ
www.eeworm.com/read/242109/13094726
cs commonclass.cs
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.Xml;
using System.IO;
using System.Runtime.Serialization;
using System.Runtime.Serializ
www.eeworm.com/read/320976/13414708
cs accountmanager.cs
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.IO;
using System.Xml;
using System.Xml.Serialization;
using System.Windows.Forms;
www.eeworm.com/read/148359/5715561
py serialize.py
#!/usr/bin/python -u
import sys
import libxml2
# Memory debug specific
libxml2.debugMemory(1)
#
# Testing XML document serialization
#
doc = libxml2.parseDoc("""hello""")
str
www.eeworm.com/read/209551/15217538
vb form1.vb
Imports System.Net
Imports System.Net.Sockets
Imports System.Threading
Imports System.Text
Imports System.Xml.Serialization
Public Class Form1
Inherits System.Windows.Forms.Form
#
www.eeworm.com/read/209548/15217561
vb form1.vb
Imports System
Imports System.Messaging
Imports System.Xml.Serialization
Public Class Form1
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
www.eeworm.com/read/207266/15276082
cs myrobot.cs
using System;
using System.IO;
using System.Drawing;
using System.Configuration;
using System.Runtime.Serialization;
using System.Collections.Specialized;
using System.Xml;
using System.Xml.Ser
www.eeworm.com/read/467516/1500076
as packagemap.as
package flare.apps
{
import com.adobe.serialization.json.JSON;
import flare.display.TextSprite;
import flare.query.methods.eq;
import flare.query.methods.fn;
import flare.util.Shapes;
www.eeworm.com/read/451220/1664249
cs binder.cs
using System;
using System.IO;
using System.Reflection;
using System.Xml;
using System.Xml.Serialization;
using log4net;
using NHibernate.Util;
namespace NHibernate.Cfg.XmlHbmBinding
{