代码搜索:Serialization

找到约 2,507 项符合「Serialization」的源代码

代码结果 2,507
www.eeworm.com/read/175308/9552721

ex-21-11

// Example 21-11: Implementing a client for asynchronous network I/O using System; using System.Net.Sockets; using System.Threading; using System.Runtime.Serialization.Formatters.Binary; publ
www.eeworm.com/read/274966/10843017

cs programloader.cs

using System; using System.Workflow.Runtime.Hosting; using System.Xml; using System.Workflow.ComponentModel; using System.Workflow.ComponentModel.Serialization; using System.Workflow.Activities.R
www.eeworm.com/read/451458/7463355

cs profilemanager.cs

using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Runtime.Serialization.Formatters.Binary; using System.Windows.Forms; namespace NewsReader {
www.eeworm.com/read/330251/12904707

cs scheduleitem.cs

using System; using System.Collections.Generic; using System.Text; using System.Runtime.Serialization.Formatters.Binary; namespace GreenBirdCinema { /// /// 每天放映计划,每场电影的信息
www.eeworm.com/read/105599/6197770

properties xmlserializermessages_ko.properties

# This file contains error messages related to XML serialization. # The messages are arranged in key and value tuples in a ListResourceBundle. # # @version BadMessageKey = \uba54\uc2dc\uc9c0
www.eeworm.com/read/491167/6441185

cs commbase.cs

using System; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.IO; using System.Xml.Serialization; namespace JH.CommBase { /// ///
www.eeworm.com/read/479969/6673933

cs messagedistribute.svc.cs

using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.ServiceModel; using System.Text; using Utility; using KillingManager; using
www.eeworm.com/read/158649/11595107

java worm.java

//: c11:Worm.java // Demonstrates object serialization. // {NoAutomaticTesting} import java.io.*; class Data implements Serializable { private int i; Data(int x) { i = x; } public Strin
www.eeworm.com/read/221047/14760094

html module-pickle.html

3.11 pickle -- Python object serialization
www.eeworm.com/read/487347/1237290

cs abstractclasses.cs

using System; using System.Collections.Generic; using System.Runtime.Serialization; using Lephone.Data.Common; using Lephone.Data.Definition; namespace Lephone.UnitTest.Data.Objects { pu