代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/451043/1667052
cs formjsonhelper.cs
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.Web.Script.Serialization;
using System.Runtime.Serialization;
///
/// JSONHe
www.eeworm.com/read/451043/1667057
cs dtreejsonhelper.cs
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.Web.Script.Serialization;
using System.Runtime.Serialization;
///
/// JSON
www.eeworm.com/read/309155/3706661
cs noderegpackage.cs
using System;
using System.IO;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters.Binary;
namespace MonitorSystem.BasicClass
{
///
/// 监控节点注册请求包
/
www.eeworm.com/read/375190/2737081
hpp demo_xml.hpp
#ifndef BOOST_SERIALIZATION_EXAMPLE_DEMO_XML_HPP
#define BOOST_SERIALIZATION_EXAMPLE_DEMO_XML_HPP
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
//
// demo_xml.hpp
/
www.eeworm.com/read/375190/2737093
hpp demo_gps.hpp
#ifndef BOOST_SERIALIZATION_EXAMPLE_DEMO_GPS_HPP
#define BOOST_SERIALIZATION_EXAMPLE_DEMO_GPS_HPP
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
//
// demo_gps.hpp
/
www.eeworm.com/read/139332/5802373
hpp export.hpp
#ifndef BOOST_SERIALIZATION_EXPORT_HPP
#define BOOST_SERIALIZATION_EXPORT_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
///////
www.eeworm.com/read/263587/11354140
cs usedclass.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.Serialization.Formatters.Binary;
using System.Runtime.Serialization;
using System.IO;
namespace BikeRent
www.eeworm.com/read/347993/11619601
hpp txml_iarchive.hpp
#pragma once
#include
#include
#include
#include
#include
www.eeworm.com/read/485605/1261614
vb form1.vb
Imports System.Runtime.Serialization.Formatters.Binary
Imports System.Xml.Serialization
Public Class Form1
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
www.eeworm.com/read/482889/1284861
hpp string.hpp
#ifndef BOOST_SERIALIZATION_STRING_HPP
#define BOOST_SERIALIZATION_STRING_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif