代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/155067/5630176
asmx books2.asmx
using System.Web.Services;
using System.Xml.Serialization;
public class ReturnBooks
{
[WebMethod()]
public Books GetBooks()
{
www.eeworm.com/read/192928/8264296
cs emailproviderconfiguration.cs
using System;
using System.Xml.Serialization;
using Club.Framework.Email;
namespace Club.Framework.Providers
{
///
/// Summary description for EmailProvider.
///
[
www.eeworm.com/read/204178/15343565
vb xmlimage.vb
Option Strict Off
Imports System.Xml
Imports System.Xml.Serialization
Public Class XmlImage
Public ImageXml As Object
_
Public Property XmlImage() As Image
www.eeworm.com/read/104009/15714291
cs configuration.cs
using System;
using System.Xml;
using System.Xml.Serialization;
using System.Configuration;
namespace XmlSerializationConfig
{
///
/// The custom configuration class. This will re
www.eeworm.com/read/373369/9459881
java serialctl.java
//: io/SerialCtl.java
// Controlling serialization by adding your own
// writeObject() and readObject() methods.
import java.io.*;
public class SerialCtl implements Serializable {
private Str
www.eeworm.com/read/169058/9882519
java serialctl.java
//: io/SerialCtl.java
// Controlling serialization by adding your own
// writeObject() and readObject() methods.
import java.io.*;
public class SerialCtl implements Serializable {
private Str
www.eeworm.com/read/332978/7141546
java serialctl.java
//: io/SerialCtl.java
// Controlling serialization by adding your own
// writeObject() and readObject() methods.
import java.io.*;
public class SerialCtl implements Serializable {
private Str
www.eeworm.com/read/168182/7813379
h leftview.h
// LeftView.h : interface of the CLeftView class
//
#pragma once
class CEx29bDoc;
class CLeftView : public CListView
{
protected: // create from serialization only
CLeftView();
DECLA
www.eeworm.com/read/168182/7813391
h mainfrm.h
// MainFrm.h : interface of the CMainFrame class
//
#pragma once
class CEx29bView;
class CMainFrame : public CFrameWnd
{
protected: // create from serialization only
CMainFrame();
D
www.eeworm.com/read/330251/12904711
cs movie.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.Serialization.Formatters.Binary;
namespace GreenBirdCinema
{
///
/// 电影类
///