代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/304500/13792108
h viewerdemoview.h
// ViewerDemoView.h : interface of the CViewerDemoView class
//
#pragma once
class CViewerDemoView : public CView
{
protected: // create from serialization only
CViewerDemoView();
www.eeworm.com/read/480019/6674960
h intersectiondoc.h
// IntersectionDoc.h : interface of the CIntersectionDoc class
//
#pragma once
class CIntersectionDoc : public CDocument
{
protected: // create from serialization only
CIntersectionDoc(
www.eeworm.com/read/253040/12249332
h createtriangleview.h
// CreateTriangleView.h : interface of the CCreateTriangleView class
//
#pragma once
class CCreateTriangleView : public CView
{
protected: // create from serialization only
CCreateTrian
www.eeworm.com/read/297135/3891611
cs invalidsessionexception.cs
namespace PowerEasy.Web.HttpModule
{
using System;
using System.Runtime.Serialization;
[Serializable]
public class InvalidSessionException : Exception
{
public In
www.eeworm.com/read/361182/2951379
cs sipconnectionexception.cs
namespace Imps.Client.CommLayer
{
using System;
using System.Runtime.Serialization;
[Serializable]
public class SipConnectionException : ApplicationException
{
pr
www.eeworm.com/read/361182/2951458
cs lockrecursionexception.cs
namespace NCindy.Threading
{
using System;
using System.Runtime.Serialization;
[Serializable]
public class LockRecursionException : Exception
{
public LockRecursi
www.eeworm.com/read/204045/15346304
h mtspirographdoc.h
// MTSpirographDoc.h : interface of the CMTSpirographDoc class
//
#pragma once
class CMTSpirographDoc : public CDocument
{
protected: // create from serialization only
CMTSpirographDoc();
www.eeworm.com/read/204045/15346380
h mfcprintdemodoc.h
// MFCPrintDemoDoc.h : interface of the CMFCPrintDemoDoc class
//
#pragma once
class CMFCPrintDemoDoc : public CDocument
{
protected: // create from serialization only
CMFCPrintDemoDoc();
www.eeworm.com/read/204045/15346395
h mfcprintdemoview.h
// MFCPrintDemoView.h : interface of the CMFCPrintDemoView class
//
#pragma once
class CMFCPrintDemoView : public CScrollView
{
protected: // create from serialization only
CMFCPrintDem
www.eeworm.com/read/204043/15346430
h sdiformviewdemodoc.h
// SDIFormViewDemoDoc.h : interface of the CSDIFormViewDemoDoc class
//
#pragma once
class CSDIFormViewDemoDoc : public CDocument
{
protected: // create from serialization only
CSDIFormVi