代码搜索:Serialization

找到约 2,507 项符合「Serialization」的源代码

代码结果 2,507
www.eeworm.com/read/402787/2317737

h sketcherview.h

// SketcherView.h : interface of the CSketcherView class // #pragma once class CSketcherView : public CView { protected: // create from serialization only CSketcherView(); DECLARE_DYN
www.eeworm.com/read/402787/2317823

h sketcherdoc.h

// SketcherDoc.h : interface of the CSketcherDoc class // #pragma once class CSketcherDoc : public CDocument { protected: // create from serialization only CSketcherDoc(); DECLARE_DYN
www.eeworm.com/read/402787/2317824

h sketcherview.h

// SketcherView.h : interface of the CSketcherView class // #pragma once class CSketcherView : public CView { protected: // create from serialization only CSketcherView(); DECLARE_DYN
www.eeworm.com/read/402787/2318084

h sketcherdoc.h

// SketcherDoc.h : interface of the CSketcherDoc class // #pragma once class CSketcherDoc : public CDocument { protected: // create from serialization only CSketcherDoc(); DECLARE_DYN
www.eeworm.com/read/402787/2318113

h sketcherdoc.h

// SketcherDoc.h : interface of the CSketcherDoc class // #pragma once class CSketcherDoc : public CDocument { protected: // create from serialization only CSketcherDoc(); DECLARE_DYN
www.eeworm.com/read/402787/2318114

h sketcherview.h

// SketcherView.h : interface of the CSketcherView class // #pragma once class CSketcherView : public CView { protected: // create from serialization only CSketcherView(); DECLARE_DYN
www.eeworm.com/read/401563/2338991

as dojoexternalinterface.as

/** A wrapper around Flash 8's ExternalInterface; this is needed because ExternalInterface has a number of serialization bugs that we need to correct for. @author Brad Neuberg */ impor
www.eeworm.com/read/397214/2404185

vb pageparameter.vb

Option Explicit On Imports System Imports System.Data Imports System.Runtime.Serialization Namespace Data _
www.eeworm.com/read/261925/4319199

py picklerpc.py

""" RPC using pickles as the serialization mechanism over raw sockets WARNING: This module uses pickles without little consideration of the security implications of that choice. Before considering