代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/320605/13422121
java serialctl.java
//: c12:SerialCtl.java
// Controlling serialization by adding your own
// writeObject() and readObject() methods.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. Se
www.eeworm.com/read/304202/13798641
h ex06cview.h
// Ex06cView.h : interface of the CEx06cView class
//
#pragma once
class CEx06cView : public CScrollView
{
protected: // create from serialization only
CEx06cView();
DECLARE_DYNCREATE
www.eeworm.com/read/301824/13847769
cs mainform.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.IO;
using System.Runtime.Serialization;
using System.Runtime.Serializa
www.eeworm.com/read/148359/5715567
py cutnpaste.py
#!/usr/bin/python -u
import sys
import libxml2
# Memory debug specific
libxml2.debugMemory(1)
#
# Testing XML document serialization
#
source = libxml2.parseDoc("""
www.eeworm.com/read/132292/5918479
cs settingsform.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.IO;
using System.Xml.Serialization;
using JH.CommBase;
///
www.eeworm.com/read/132292/5918480
cs commbase.cs
using System;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.IO;
using System.Xml.Serialization;
//JH 1.1: Version 1.1 changes labelled thus.
//
www.eeworm.com/read/124637/6041967
cs addnewfilecommand.cs
using System;
using System.IO;
using System.Drawing;
using System.Windows.Forms;
using System.Runtime.Serialization.Formatters.Binary;
using ICSharpCode.Core.AddIns.Codons;
using ICSharpCode.S
www.eeworm.com/read/491167/6441184
cs settingsform.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.IO;
using System.Xml.Serialization;
using JH.CommBase;
///
www.eeworm.com/read/345558/11808975
cs mainform.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Xml;
using System.Runtime.Serialization;
www.eeworm.com/read/154136/11988052
html serializations.html
Swarm 2.2 Reference Guide: Interface Serialization