代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/168845/5433180
cpp testtime_serialize.cpp
/* Copyright (c) 2002-2005 CrystalClear Software, Inc.
* Use, modification and distribution is subject to the
* Boost Software License, Version 1.0. (See accompanying
* file LICENSE-1.0 or http:
www.eeworm.com/read/168845/5434726
hpp demo_polymorphic_a.hpp
#ifndef BOOST_SERIALIZATION_EXAMPLE_DEMO_POLYMORPHIC_A_HPP
#define BOOST_SERIALIZATION_EXAMPLE_DEMO_POLYMORPHIC_A_HPP
/////////1/////////2/////////3/////////4/////////5/////////6/////////7////////
www.eeworm.com/read/168845/5434768
cpp test_traits_pass.cpp
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// test_traits_pass.cpp: test implementation level trait
// (C) Copyright 2002 Robert Ramey - http://www.rrsd.com .
www.eeworm.com/read/168845/5434796
cpp test_void_cast.cpp
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// test_void_cast.cpp: test implementation of run-time casting of void pointers
// (C) Copyright 2002 Robert Ramey
www.eeworm.com/read/274966/10843015
cs filepersistence.cs
using System;
using System.IO;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters;
using System.Runtime.Serialization.Formatters.Binary;
using System.Workflow.Compo
www.eeworm.com/read/189346/5194109
cs scoresservice.cs
using System;
using System.IO;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters;
using System.Runtime.Serialization.Formatters.Soap;
using System.Web;
using Syst
www.eeworm.com/read/139332/5801960
hpp basic_pointer_oserializer.hpp
#ifndef BOOST_ARCHIVE_BASIC_ARCHIVE_POINTER_OSERIALIZER_HPP
#define BOOST_ARCHIVE_BASIC_ARCHIVE_POINTER_OSERIALIZER_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_
www.eeworm.com/read/168845/5434380
jamfile
# Boost.MultiIndex examples Jamfile
#
# Copyright 2003-2005 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/5434758
cpp test_polymorphic.cpp
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// test_polymorphic.cpp
// (C) Copyright 2002 Robert Ramey - http://www.rrsd.com .
// Use, modification and distr
www.eeworm.com/read/354339/10363242
cs cserialization.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Xml.Serialization;
using System.Runtime.Serialization ;
using System.Runtime.Serialization.Format