代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/132665/14081218
py serialize.py
#!/usr/bin/python -u
import sys
import libxml2
# Memory debug specific
libxml2.debugMemory(1)
#
# Testing XML document serialization
#
doc = libxml2.parseDoc("""hello""")
str
www.eeworm.com/read/105725/15660235
h ex16cview.h
// Ex16cView.h : interface of the CEx16cView class
//
#pragma once
class CEx16cView : public CFormView
{
protected: // create from serialization only
CEx16cView();
DECLARE_DYNCREATE(C
www.eeworm.com/read/105725/15660496
h ex16bview.h
// Ex16bView.h : interface of the CEx16bView class
//
#pragma once
class CEx16bView : public CFormView
{
protected: // create from serialization only
CEx16bView();
DECLARE_DYNCREATE(C
www.eeworm.com/read/105725/15660520
h ex06dview.h
// Ex06dView.h : interface of the CEx06dView class
//
#pragma once
#include "cdib.h"
class CEx06dView : public CScrollView
{
protected: // create from serialization only
CEx06dView();
www.eeworm.com/read/105725/15660544
h ex15aview.h
// Ex15aView.h : interface of the CEx15aView class
//
#pragma once
class CEx15aView : public CFormView
{
protected: // create from serialization only
CEx15aView();
DECLARE_DYNCREATE(C
www.eeworm.com/read/105725/15660702
h ex16aview.h
// Ex16aView.h : interface of the CEx16aView class
//
#pragma once
class CEx16aView : public CFormView
{
protected: // create from serialization only
CEx16aView();
DECLARE_DYNCREATE(C
www.eeworm.com/read/104008/15714315
cs drawingapp.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.IO;
using System.Runtime.Serialization;
u
www.eeworm.com/read/103092/15746033
cs appmanifest.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Runtime.Serialization;
using System.IO;
u
www.eeworm.com/read/352254/10570187
cs usermanager.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
using System.IO;
using System.Collections;
using System.Xml;
using System.Xml.Serialization;
na
www.eeworm.com/read/364251/7076011
py attribs.py
#!/usr/bin/python -u
import sys
import libxml2
# Memory debug specific
libxml2.debugMemory(1)
#
# Testing XML document serialization
#
doc = libxml2.parseDoc(
"""