代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/399197/2365013
cs settings.cs
using System;
using System.Collections.Specialized;
using System.Drawing;
using System.IO;
using System.Text;
using System.Xml.Serialization;
namespace MobileDevelopersHandbook
{
public cla
www.eeworm.com/read/375190/2737065
cpp demo_shared_ptr.cpp
// demo_shared_ptr.cpp : demonstrates adding serialization to a template
// (C) Copyright 2002 Robert Ramey - http://www.rrsd.com . Polymorphic
// derived pointer example by David Tonge.
// Use, mod
www.eeworm.com/read/374804/2745308
cs authquery.cs
using System;
using System.Security.Cryptography;
namespace gowk.core.packets.querys
{
public class AuthQuery:Query
{
string u,p,d,r;
[System.Xml.Serialization.XmlElement("username")]
www.eeworm.com/read/367470/2842515
h blob.h
//**Ensure the class isn't declared twice
#ifndef _BLOB_H
#define _BLOB_H
//**Derive a CBlob class from CObject
class CBlob:public CObject
{
//**Include the Serialization functions
DECLARE_
www.eeworm.com/read/367110/2854613
cs roomtype.cs
using System;
using System;
using System.Data;
using System.Data.SqlClient;
using System.Runtime.Serialization;
namespace HotelManage.DataLevl
{
///
/// RoomType 的摘要说明。
///
www.eeworm.com/read/350716/3117924
as pointbarstackcollection.as
package ChartObjects.Elements {
import flash.display.Sprite;
import flash.geom.Point;
import com.serialization.json.JSON;
import string.Utils;
public class PointBarStackCollection extend
www.eeworm.com/read/258694/4352016
java bookitems.java
package org.ksoap2.samples.amazon.search.messages;
import java.util.*;
import org.ksoap2.serialization.*;
public class BookItems extends LiteralArrayVector {
private String request;
protec
www.eeworm.com/read/258694/4352021
java bookattributes.java
package org.ksoap2.samples.amazon.search.messages;
import java.util.*;
import org.ksoap2.serialization.*;
public class BookAttributes extends BaseObject {
private String author = "";
priva
www.eeworm.com/read/157848/5602051
java marshalbase64.java
package com.ultrapower.tools;
/**
* @author VictorZheng
*
*/
import java.io.IOException;
import org.kobjects.serialization.ElementType;
import org.ksoap.ClassMap;
import org.ksoap.Marshal