代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/352254/10570179
cs accountmanager.cs
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.IO;
using System.Xml;
using System.Xml.Serialization;
using System.Windows.Forms;
www.eeworm.com/read/271463/10993536
cs citymap.cs
using System;
using System.IO;
using System.Collections;
using System.Windows.Forms;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Runtime.Serialization.Formatters.Binary;
www.eeworm.com/read/364251/7075989
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/451583/7461450
cs program.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections;
using System.Xml;
using System.IO;
using System.Runtime.Serialization;
using System.Runtime.Serializ
www.eeworm.com/read/451583/7461487
cs commonclass.cs
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.Xml;
using System.IO;
using System.Runtime.Serialization;
using System.Runtime.Serializ
www.eeworm.com/read/168182/7813290
h ex29aview.h
// Ex29aView.h : interface of the CEx29aView class
//
#pragma once
class CEx29aView : public CHtmlView
{
protected: // create from serialization only
CEx29aView();
DECLARE_DYNCREATE(C
www.eeworm.com/read/168182/7813348
h ex28aview.h
// Ex28aView.h : interface of the CEx28aView class
//
#pragma once
class CEx28aView : public CEditView
{
protected: // create from serialization only
CEx28aView();
DECLARE_DYNCREATE(C
www.eeworm.com/read/168182/7813382
h ex29bview.h
// Ex29bView.h : interface of the CEx29bView class
//
#pragma once
class CEx29bView : public CHtmlView
{
protected: // create from serialization only
CEx29bView();
DECLARE_DYNCREATE(C
www.eeworm.com/read/333401/12684794
cs form1.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