代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/430518/1928798
todo
Remaining Problems:
1. Serialization of access to variables in the llc structure
by mac_data_indicate(), timer expired functions, and data_request() .
There is not serialization of any kind right now
www.eeworm.com/read/375190/2737080
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/////////8
www.eeworm.com/read/153528/5649812
cs class1.cs
using System;
using System.IO;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters.Binary;
namespace ImpISerial
{
[Serializable]
public class Insect : IS
www.eeworm.com/read/355071/10296903
vb systemset.vb
Imports System.IO
Imports System.Runtime.Serialization
Imports System.Runtime.Serialization.Formatters.Binary
Public Class systemSet
Private myarray As ArrayList
Public Sub Write()
www.eeworm.com/read/153528/5649791
cs class1.cs
using System;
using System.IO;
using System.Collections;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters.Binary;
namespace Serialize
{
[Serializable]
www.eeworm.com/read/153528/5649805
cs class1.cs
using System;
using System.IO;
using System.Collections;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters.Soap;
namespace SerializeSOAP
{
[Serializable]
www.eeworm.com/read/385240/8812533
cs wxdactivitytool.cs
using System.Runtime.Serialization.Formatters.Binary;
using System.Collections;
using System.ComponentModel.Design;
using System.ComponentModel;
using System.ComponentModel.Design.Serialization;
www.eeworm.com/read/385240/8812536
cs wxdactivitytoolitem.cs
using System.Runtime.Serialization.Formatters.Binary;
using System.Collections;
using System.ComponentModel.Design;
using System.ComponentModel;
using System.ComponentModel.Design.Serialization;