代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/233914/4663766
cs internalst.cs
/*
* InternalST.cs - Implementation of the
* "System.Runtime.Serialization.InternalST" class.
*
* Copyright (C) 2003 Southern Storm Software, Pty Ltd.
*
* This program is free software; you c
www.eeworm.com/read/233914/4663769
cs soapfault.cs
/*
* SoapFault.cs - Implementation of the
* "System.Runtime.Serialization.SoapFault" class.
*
* Copyright (C) 2003 Southern Storm Software, Pty Ltd.
*
* This program is free software; you can
www.eeworm.com/read/233914/4663776
cs formatter.cs
/*
* Formatter.cs - Implementation of the
* "System.Runtime.Serialization.Formatter" class.
*
* Copyright (C) 2002 Southern Storm Software, Pty Ltd.
*
* This program is free software; you can
www.eeworm.com/read/233914/4664699
txt serialize.txt
#
# Serialize.txt - Resources for serialization-related errors and exceptions.
#
# Copyright (C) 2002 Southern Storm Software, Pty Ltd.
#
# This program is free software; you can redistribute it and/
www.eeworm.com/read/233914/4664768
txt serialize.txt
#
# Serialize.txt - Resources for serialization-related errors and exceptions.
#
# Copyright (C) 2002 Southern Storm Software, Pty Ltd.
#
# This program is free software; you can redistribute it and/
www.eeworm.com/read/233914/4664834
txt serialize.txt
#
# Serialize.txt - Resources for serialization-related errors and exceptions.
#
# Copyright (C) 2002 Southern Storm Software, Pty Ltd.
#
# This program is free software; you can redistribute it and/
www.eeworm.com/read/232683/4696383
cs configsectionhandler.cs
using System;
using System.Xml;
using System.Xml.Serialization;
using System.Configuration;
namespace blowery.Web.HttpModules
{
///
/// This class acts as a factory for the config
www.eeworm.com/read/226089/4788133
java serializationdemo.java
package org.course.io.serialization;
import java.io.*;
public class SerializationDemo {
static private Human getAHuman() {
Human human = new Human();
MyDate birthDate = new MyDa
www.eeworm.com/read/224904/4801101
cs filedata.cs
namespace qminoa.Common
{
///
/// FileData 的摘要说明。
///
///
using System;
using System.Data;
using System.Runtime.Serialization;
using qminoa;
[Serializ
www.eeworm.com/read/222708/4818541
java synthesisfilter.java
/*
* 12/12/99 0.0.7 EQ, serialization and optimizations. mdm@techie.com
*
* 16/02/99 Java Conversion by E.B , ebsp@iname.com, JavaLayer
*
*---------------------------------------------------