代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/139332/5801954
hpp basic_serializer.hpp
#ifndef BOOST_ARCHIVE_BASIC_SERIALIZER_HPP
#define BOOST_ARCHIVE_BASIC_SERIALIZER_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
www.eeworm.com/read/139332/5802014
hpp basic_xml_oarchive.hpp
#ifndef BOOST_ARCHIVE_BASIC_XML_OARCHIVE_HPP
#define BOOST_ARCHIVE_BASIC_XML_OARCHIVE_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#en
www.eeworm.com/read/139332/5802360
hpp shared_ptr.hpp
#ifndef BOOST_SERIALIZATION_SHARED_PTR_HPP
#define BOOST_SERIALIZATION_SHARED_PTR_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
www.eeworm.com/read/168845/5434678
cpp extended_type_info.cpp
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// extended_type_info.cpp: implementation for portable version of type_info
// (C) Copyright 2002 Robert Ramey - ht
www.eeworm.com/read/168845/5434746
cpp test_nvp.cpp
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// test_nvp.cpp
// (C) Copyright 2002 Robert Ramey - http://www.rrsd.com .
// Use, modification and distribution
www.eeworm.com/read/168845/5434423
hpp pair_of_ints.hpp
/* Used in Boost.MultiIndex tests.
*
* Copyright 2003-2004 Joaqu韓 M L髉ez Mu駉z.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
www.eeworm.com/read/168845/5434781
cpp test_set.cpp
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// test_set.cpp
// (C) Copyright 2002 Robert Ramey - http://www.rrsd.com .
// Use, modification and distribution
www.eeworm.com/read/168845/5434816
cpp test_recursion.cpp
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// test_recurrsion.cpp
// (C) Copyright 2002 Robert Ramey - http://www.rrsd.com .
// Use, modification and distri
www.eeworm.com/read/128458/14296793
dpr netserializabledemo.dpr
Program NETSerializableDemo;
{$APPTYPE CONSOLE}
uses
System.IO, System.Runtime.Serialization,
System.Runtime.Serialization.Formatters.Binary,
System.Runtime.Serialization.Formatters.Soa