代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/440773/1791496
sh serial.sh
#!/bin/bash
source func.sh
rm manifest.ttl
createManifest "Serialization"
www.eeworm.com/read/482889/1284902
hpp scoped_ptr.hpp
#ifndef BOOST_SERIALIZATION_SCOPED_PTR_HPP_VP_2003_10_30
#define BOOST_SERIALIZATION_SCOPED_PTR_HPP_VP_2003_10_30
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
// Copyrigh
www.eeworm.com/read/226010/14503324
cpp ftplist.cpp
/*****************************************************************************\
CFtpList.cpp - Internal list manager
It is the caller's responsibility to manage any needed serialization.
www.eeworm.com/read/325233/13216916
cs wappushexception.cs
namespace mCore
{
using System;
using System.Runtime.Serialization;
public class WapPushException : Exception
{
public WapPushException()
{
}
www.eeworm.com/read/325233/13216928
cs vcardexception.cs
namespace mCore
{
using System;
using System.Runtime.Serialization;
public class vCardException : Exception
{
public vCardException()
{
}
www.eeworm.com/read/325233/13216936
cs smsdeleteexception.cs
namespace mCore
{
using System;
using System.Runtime.Serialization;
public class SMSDeleteException : Exception
{
public SMSDeleteException()
{
}
www.eeworm.com/read/325233/13216943
cs smssendexception.cs
namespace mCore
{
using System;
using System.Runtime.Serialization;
public class SMSSendException : Exception
{
public SMSSendException()
{
}
www.eeworm.com/read/325233/13216955
cs generalexception.cs
namespace mCore
{
using System;
using System.Runtime.Serialization;
public class GeneralException : Exception
{
public GeneralException()
{
}
www.eeworm.com/read/325233/13216993
cs vcalendarexception.cs
namespace mCore
{
using System;
using System.Runtime.Serialization;
public class vCalendarException : Exception
{
public vCalendarException()
{
}
www.eeworm.com/read/325233/13217042
cs smsreadexception.cs
namespace mCore
{
using System;
using System.Runtime.Serialization;
public class SMSReadException : Exception
{
public SMSReadException()
{
}