代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/240532/4572202
cs xmlcontrol.cs
#region Using directives
using System;
using System.Data;
using System.IO;
using System.Collections;
using System.Xml;
using System.Xml.Serialization;
using BTHWrapper;
#endregion
namespace
www.eeworm.com/read/240532/4572214
cs xmlcontrol.cs
#region Using directives
using System;
using System.Data;
using System.IO;
using System.Collections;
using System.Xml;
using System.Xml.Serialization;
using BTHWrapper;
#endregion
namespace
www.eeworm.com/read/236651/4638591
cs undoredodictionary.cs
// Siarhei Arkhipenka (c) 2006-2007. email: sbs-arhipenko@yandex.ru
using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.Serialization;
namespace UndoRedoFram
www.eeworm.com/read/232683/4696346
cs viewzipfile.cs
// project created on 10.11.2001 at 13:09
using System;
using System.Text;
using System.Collections;
using System.IO;
using System.Diagnostics;
using System.Runtime.Serialization.Formatters.Bina
www.eeworm.com/read/230197/4724666
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/230197/4724701
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/197479/5095062
h struct_tm.h
/*
struct_tm.h
Custom serializer for struct tm
#import this file into your gSOAP .h file to enable struct tm serialization and
use the serializable xsd__dateTime type.
To automate the wsd
www.eeworm.com/read/180040/5291820
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/173141/5379741
out closed.out
Test closed starting
Test case for Derby-62 - serialization error with SQLException
'DROP TABLE' cannot be performed on 'APP.DERBY62_DAIN_SUNDSTROM' because it does not exist.
ERROR XJ012: 'Statement'
www.eeworm.com/read/170992/5400975
java request.java
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