代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/432204/1895220
changelog
2003-07-21, version 0.6.5
- soap_transport_http: SOAPAction header is quoted again, fixes problem w/ Weblogic Server
- applied Jason Levitt patch for proper array serialization, fixes problem w/ Ama
www.eeworm.com/read/432204/1895243
changelog
2003-07-21, version 0.6.5
- soap_transport_http: SOAPAction header is quoted again, fixes problem w/ Weblogic Server
- applied Jason Levitt patch for proper array serialization, fixes problem w/ Ama
www.eeworm.com/read/408807/2246654
cs zipclass.cs
using System;
using System.IO;
using System.Text;
using System.Collections;
using System.Diagnostics;
using System.Runtime.Serialization.Formatters.Binary;
using ICSharpCode.SharpZipLib;
using
www.eeworm.com/read/407812/2257964
cs service.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.Text;
// NOTE: If you change the class name "Ser
www.eeworm.com/read/407072/2271005
hpp partitiontreenode.hpp
#ifndef INDII_ML_AUX_PARTITIONTREENODE_HPP
#define INDII_ML_AUX_PARTITIONTREENODE_HPP
#include "vector.hpp"
#include "boost/serialization/split_member.hpp"
namespace indii {
namespace ml {
na
www.eeworm.com/read/407072/2271030
hpp partitiontree.hpp
#ifndef INDII_ML_AUX_PARTITIONTREE_HPP
#define INDII_ML_AUX_PARTITIONTREE_HPP
#include "PartitionTreeNode.hpp"
#include "DiracMixturePdf.hpp"
#include "boost/serialization/split_member.hpp"
namespa
www.eeworm.com/read/407072/2271054
hpp functioncollection.hpp
#ifndef INDII_ML_ODE_FUNCTIONCOLLECTION_HPP
#define INDII_ML_ODE_FUNCTIONCOLLECTION_HPP
#include "FunctionModel.hpp"
#include "FunctionStatic.hpp"
#include "boost/serialization/split_member.hpp"
#i
www.eeworm.com/read/402164/2328729
java marshalfloat.java
package org.ksoap.marshal;
import java.io.*;
import org.ksoap.*;
import org.kobjects.serialization.*;
/** This marshal class is able to handle float, double and decimal.
Since CLDC does not con
www.eeworm.com/read/402158/2329516
svn-base request.java.svn-base
package org.ksoap2.samples.amazon.search.messages;
import java.util.*;
import org.ksoap2.serialization.*;
public class Request extends BaseObject {
public String author;
public String sear
www.eeworm.com/read/402158/2329520
svn-base book.java.svn-base
package org.ksoap2.samples.amazon.search.messages;
import java.util.*;
import org.ksoap2.serialization.*;
public class Book extends BaseObject {
private String asin;
private String detailP