代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/402158/2331724
java propertyinfotest.java
package org.ksoap2.serialization;
import junit.framework.*;
public class PropertyInfoTest extends TestCase {
public void testClearingValues() {
PropertyInfo info = new PropertyInfo(
www.eeworm.com/read/397214/2404183
vb memberdata.vb
Option Strict On
Option Explicit On
Imports System
Imports System.Data
Imports System.Runtime.Serialization
Namespace Data
Public Class MemberData
Inherits DataSet
www.eeworm.com/read/361182/2951338
cs socksconnectionexception.cs
namespace Imps.Client.CommLayer.SocksSipConnection
{
using Imps.Client.CommLayer;
using System;
using System.Runtime.Serialization;
[Serializable]
internal class SocksConn
www.eeworm.com/read/394321/8231384
h gpsguiview.h
#ifndef __GPSGUIVIEW_H__
#define __GPSGUIVIEW_H__
class CGPSGuiView : public CListView
{
protected: // create from serialization only
CGPSGuiView();
DECLARE_DYNCREATE(CGPSGuiView)
// At
www.eeworm.com/read/147887/12512979
h mainfrm.h
// MainFrm.h : interface of the CMainFrame class
//
#pragma once
class CMainFrame : public CFrameWnd
{
protected: // create from serialization only
CMainFrame();
DECLARE_DYNCREATE(CM
www.eeworm.com/read/334676/12580913
vb serializedata.vb
Imports System.IO
Imports System.Xml.Serialization
Public Class SerializeData
Public Function SaveXmlFile(ByVal filename As String)
Dim tempFilename As String
tempFilename