代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/477538/6738162
vb generalexception.vb
Imports System
Imports System.Runtime.Serialization
Public Class GeneralException : Inherits ApplicationException
Public Sub New()
MyBase.New()
End Sub
Public Sub New
www.eeworm.com/read/477538/6738163
vb connectionexception.vb
Imports System.Runtime.Serialization
Public Class ConnectionException : Inherits GeneralException
Public Sub New()
MyBase.New()
End Sub
Public Sub New(ByVal message As
www.eeworm.com/read/125156/14511687
h aiview.h
#pragma once
#include "KCSideBannerWnd.h"
class CAIView : public CView
{
protected: // create from serialization only
CAIView();
DECLARE_DYNCREATE(CAIView)
// Attributes
public:
CAIDoc
www.eeworm.com/read/225813/14514872
h ga---mfcview.h
// GA---MFCView.h : interface of the CGAMFCView class
//
#pragma once
#include "WSGenAlogrith.h"
class CGAMFCView : public CView
{
protected: // create from serialization only
CGAMFCView
www.eeworm.com/read/225813/14514883
h ga---mfcdoc.h
// GA---MFCDoc.h : interface of the CGAMFCDoc class
//
#pragma once
class CGAMFCDoc : public CDocument
{
protected: // create from serialization only
CGAMFCDoc();
DECLARE_DYNCREATE(CG
www.eeworm.com/read/225809/14515009
h ena---mfcview.h
// ENA---MFCView.h : interface of the CENAMFCView class
//
#include"WSTSPENA.h"
#pragma once
class CENAMFCView : public CView
{
protected: // create from serialization only
CENAMFCView()
www.eeworm.com/read/223229/14649327
h aiview.h
#pragma once
#include "KCSideBannerWnd.h"
class CAIView : public CView
{
protected: // create from serialization only
CAIView();
DECLARE_DYNCREATE(CAIView)
// Attributes
public:
CAIDoc
www.eeworm.com/read/120641/14794384
cs main.cs
using System;
using System.Xml.Serialization;
namespace MSPress.CSharpCoreRef.Authoring
{
class AuthoringApp
{
static void Main(string[] args)
{
Type t = typeof(Sailboat);
www.eeworm.com/read/476331/1373370
cs roomreservation.cs
using System.Runtime.Serialization;
namespace Wrox.ProCSharp.WCF.Data
{
partial class RoomReservationDataContext
{
}
}
namespace Wrox.ProCSharp.WCF.Entities
{
partial class Ro
www.eeworm.com/read/467546/1499996
java gisvector.java
package jwo.jpss.spatial; // Part of the spatial modelling package.
import java.awt.geom.*; // For GeneralPath.
import java.io.*; // For serialization.
// ***********************