代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/375190/2729252
hpp basic_oserializer.hpp
#ifndef BOOST_SERIALIZATION_BASIC_OSERIALIZER_HPP
#define BOOST_SERIALIZATION_BASIC_OSERIALIZER_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragm
www.eeworm.com/read/375190/2730032
hpp stack_constructor.hpp
#ifndef BOOST_SERIALIZATION_DETAIL_STACH_CONSTRUCTOR_HPP
#define BOOST_SERIALIZATION_DETAIL_STACH_CONSTRUCTOR_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >
www.eeworm.com/read/375190/2737071
hpp demo_dll_a.hpp
#ifndef BOOST_SERIALIZATION_TEST_A_HPP
#define BOOST_SERIALIZATION_TEST_A_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
///////
www.eeworm.com/read/375190/2737075
ipp demo_dll_a.ipp
#ifndef BOOST_SERIALIZATION_TEST_A_HPP
#define BOOST_SERIALIZATION_TEST_A_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
///////
www.eeworm.com/read/375190/2737115
hpp c.hpp
#ifndef BOOST_SERIALIZATION_TEST_A_HPP
#define BOOST_SERIALIZATION_TEST_A_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
///////
www.eeworm.com/read/375190/2737176
hpp a.hpp
#ifndef BOOST_SERIALIZATION_TEST_A_HPP
#define BOOST_SERIALIZATION_TEST_A_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
///////
www.eeworm.com/read/374804/2745315
cs vcardiq.cs
using System;
using System.Xml;
using System.Xml.Serialization;
namespace gowk.core.packets
{
[XmlRoot("iq")]
[System.Serializable]
public class VCardIQ:IQ
{
[System.Xml.Serialization
www.eeworm.com/read/193517/8220868
cs namevaluelist.cs
using System;
using System.Data.SqlClient;
using System.Collections.Specialized;
using System.IO;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters.Binary;
using
www.eeworm.com/read/166055/10038317
java writecountryinfo.java
//********************************************************************
// WriteCountryInfo.java Author: Lewis/Loftus
//
// Demonstrates object serialization.
//****************************
www.eeworm.com/read/381461/9091699
cs entityset.cs
using System;
using System.IO;
using System.Data;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters.Binary;
using System.Collections;
using System.Diagnostics;