代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/375190/2737023
v2 jamfile.v2
# Boost serialization Library Build Jamfile
# (C) Copyright Robert Ramey 2002-2004.
# Use, modification, and distribution are subject to the
# Boost Software License, Version 1.0. (See accompanyin
www.eeworm.com/read/375190/2737068
jamfile
# Boost serialization Library Build Jamfile
# (C) Copyright Robert Ramey 2002-2004.
# Use, modification, and distribution are subject to the
# Boost Software License, Version 1.0. (See accompanying
www.eeworm.com/read/375190/2737099
v2 jamfile.v2
# Boost serialization Library Build Jamfile
# (C) Copyright Robert Ramey 2002-2004.
# Use, modification, and distribution are subject to the
# Boost Software License, Version 1.0. (See accompanying
www.eeworm.com/read/375190/2737202
v2 jamfile.v2
# Boost serialization Library test Jamfile
# (C) Copyright Robert Ramey 2002-2004.
# Use, modification, and distribution are subject to the
# Boost Software License, Version 1.0. (See accompanyin
www.eeworm.com/read/375190/2737230
v2 jamfile.v2
# Boost serialization Library performance test Jamfile
# (C) Copyright Robert Ramey 2002-2004.
# Use, modification, and distribution are subject to the
# Boost Software License, Version 1.0. (See
www.eeworm.com/read/367470/2842514
cpp blob.cpp
//**include the standard header
#include "stdafx.h"
#include "blob.h"
//**Add the implementation for serialization
IMPLEMENT_SERIAL(CBlob,CObject,1)
//**Implement the default constructor
C
www.eeworm.com/read/258694/4352011
java stadiumnamesresult.java
package org.ksoap2.samples.soccer;
import org.ksoap2.serialization.*;
public class StadiumNamesResult extends LiteralArrayVector {
// in the resultant xml message, the array elements can
//
www.eeworm.com/read/159905/5579720
aspx deserializexmlclass.aspx
Public Class ShoppingCart
Public Username
www.eeworm.com/read/159905/5579728
aspx serializexmlclass.aspx
Public Class ShoppingCart
Public Username
www.eeworm.com/read/192928/8264285
cs dbproviderconfiguration.cs
using System;
using System.Xml.Serialization;
using Club.Framework.Data;
namespace Club.Framework.Providers
{
///
/// Summary description for DbProvider.
///
[XmlRoo