代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/194630/8189025
cs placename.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Drawing;
using System.Xml.Serialization;
using Microsoft.WindowsMobile.DirectX;
using Micros
www.eeworm.com/read/194630/8189152
cs icons.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Xml.Serialization;
using System.IO;
using System.Drawing;
using Microsoft.WindowsMobile.DirectX;
using Micros
www.eeworm.com/read/385081/8820568
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/385081/8820574
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/377523/9272695
java serialctl.java
//: c11:SerialCtl.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Controlling serialization by adding your own
// writeObje
www.eeworm.com/read/375747/9350538
cs paintcoordinator.cs
using System;
using System.Runtime.Remoting.Messaging;
using System.Collections;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Xml;
using System.Xml.Serialization;
www.eeworm.com/read/366144/9829827
h xdr.h
/* @(#)xdr.h 1.1 87/11/04 3.9 RPCSRC */
/* @(#)xdr.h 1.19 87/04/22 SMI */
/*
* xdr.h, External Data Representation Serialization Routines.
*
* Copyright (C) 1984, Sun Microsystems, I
www.eeworm.com/read/364251/7076009
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/140894/13053785
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/138758/13217019
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