代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/187222/8840389
java serialctl.java
//: SerialCtl.java
// Controlling serialization by adding your own
// writeObject() and readObject() methods.
import java.io.*;
public class SerialCtl implements Serializable {
String a;
tra
www.eeworm.com/read/427066/8979933
h rfrmdoc.h
// RFRMDoc.h : interface of the CRFRMDoc class
//
#pragma once
//class CTagInfo;
class CRFRMDoc : public CDocument
{
protected: // create from serialization only
CRFRMDoc();
DECLARE_DYNC
www.eeworm.com/read/281652/9143622
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/380385/9150885
h shapesview.h
#pragma once
struct ShapesViewImpl;
class ShapesView : public SbjCore::Mvc::ControlledView
{
typedef SbjCore::Mvc::ControlledView t_Base;
protected: // create from serialization only
S
www.eeworm.com/read/176905/9480113
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/353004/10484240
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/274966/10842986
cs assemblyinfo.cs
#region Using directives
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Workflow.ComponentModel.Serialization;
#endregion
// General Information about an assem
www.eeworm.com/read/244213/7087012
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/301614/7098489
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/461563/7224741
cs configtemplate.cs
using System.Xml.Serialization;
namespace SP_Gen.Classes
{
[XmlRoot("StoredProcedureGeneratorConfigFile", Namespace = "http://www.barnamenevis.org", IsNullable = false)]
public class Co