代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/485605/1261594
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Runtime.Serialization.Formatters.Binary;
u
www.eeworm.com/read/474341/1394306
cs yahoosearchservice.cs
using System;
using System.IO;
using System.Net;
using System.Text;
using System.Web;
using System.Xml.Serialization;
namespace Yahoo.API
{
///
/// YahooSearchService wrappes ca
www.eeworm.com/read/474341/1394369
vb yahoosearchservice.vb
Imports System.IO
Imports System.Net
Imports System.Text
Imports System.Web
Imports System.Xml.Serialization
Namespace Yahoo.API
Public Class YahooSearchService
Private Const _s
www.eeworm.com/read/250117/4441767
cs unzip.cs
using System;
using System.Text;
using System.Collections;
using System.IO;
using System.Diagnostics;
using System.Runtime.Serialization.Formatters.Binary;
using System.Data;
using ICSharpCod
www.eeworm.com/read/237824/4620821
py __init__.py
"""
SNMP framework for Python.
The pysnmp.asn1.encoding sub-package is a collection of various
serialization methods for ASN.1 objects.
Copyright 1999-2004 by Ilya Etingof
www.eeworm.com/read/237824/4620824
py __init__.py
"""
SNMP framework for Python.
The pysnmp.asn1.encoding.ber sub-package implements Basic Encoding
Rules (BER) serialization method for ASN.1 objects.
Copyright 1999-2004 by Ilya Etingof
www.eeworm.com/read/235810/4645687
cs unzip.cs
using System;
using System.Text;
using System.Collections;
using System.IO;
using System.Diagnostics;
using System.Runtime.Serialization.Formatters.Binary;
using System.Data;
using ICSharpCod
www.eeworm.com/read/212603/4935085
h xllp_lcd.h
#include "xllp_defs.h"
#include "xllp_serialization.h"
#include "xllp_clkmgr.h"
#ifndef XLLP_LCD
#define XLLP_LCD
//
// LCD Controller Register Definitions, associated data structures and bi
www.eeworm.com/read/205834/5015450
h xllp_lcd.h
#include "xllp_defs.h"
#include "xllp_serialization.h"
#include "xllp_clkmgr.h"
#ifndef XLLP_LCD
#define XLLP_LCD
//
// LCD Controller Register Definitions, associated data structures and bi
www.eeworm.com/read/204783/5029239
java rstresponsedeserializer.java
package edu.virginia.cs.wst.serialization;
import javax.xml.namespace.QName;
import org.apache.axis.encoding.DeserializationContext;
import org.apache.axis.encoding.DeserializerImpl;
import org.apac