代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/222361/4820451
h test1doc.h
// test1Doc.h : interface of the Ctest1Doc class
//
#pragma once
class Ctest1Doc : public CDocument
{
protected: // create from serialization only
Ctest1Doc();
DECLARE_DYNCREATE(Ctest
www.eeworm.com/read/183938/5251138
cs cachingcontroller.cs
using System;
using System.Collections;
using System.Data;
using System.IO;
using System.Reflection;
using System.Web.Caching;
using System.Xml.Serialization;
using DotNetNuke.Common.Utilitie
www.eeworm.com/read/170992/5400966
java axisstockquoteexample.java
package org.ksoap2.samples.axis.quotes;
import org.ksoap2.*;
import org.ksoap2.serialization.*;
import org.ksoap2.transport.*;
/*
* Example that uses one of the built in axis .jws examples
* Instal
www.eeworm.com/read/277826/4149720
cs dbsession.cs
using System;
using System.Collections;
using System.Runtime.Serialization;
using log4net;
using NetBpm.Util.Net;
using NHibernate;
using NHibernate.Type;
namespace NetBpm.Util.DB
{
///
www.eeworm.com/read/447272/1706386
cs dbsession.cs
using System;
using System.Collections;
using System.Runtime.Serialization;
using log4net;
using NetBpm.Util.Net;
using NHibernate;
using NHibernate.Type;
namespace NetBpm.Util.DB
{
///
www.eeworm.com/read/445759/1718688
cs ajaxmanager.cs
using System;
using System.Collections;
using System.Data;
using System.Globalization;
using System.Reflection;
using System.Runtime.Serialization;
using System.Text;
using System.Web;
using S
www.eeworm.com/read/407709/2260191
cs commonfunc.cs
using System;
using System.Collections.Generic;
using System.Text;
using feiyun0112.cnblogs.com.CSDNReader.Model;
using System.Net;
using System.Xml.Serialization;
using System.IO;
namespace
www.eeworm.com/read/407072/2270983
hpp kdtree.hpp
#ifndef INDII_ML_AUX_KDTREE_HPP
#define INDII_ML_AUX_KDTREE_HPP
#include "PartitionTree.hpp"
#include "KDTreeNode.hpp"
#include "MedianPartitioner.hpp"
#include "boost/serialization/split_member.hpp
www.eeworm.com/read/402158/2329366
java transporttestcase.java
package org.ksoap2.transport;
import org.ksoap2.*;
import org.ksoap2.serialization.*;
import org.ksoap2.transport.mock.*;
import junit.framework.*;
public abstract class TransportTestCase e