代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/142519/12941861
cs graphtype.cs
using System;
using System.Xml;
using System.Xml.Serialization;
using System.IO;
namespace Netron.Lithium
{
///
/// This is the root of the XML serialization class.
/// It acts as
www.eeworm.com/read/310844/13642877
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/310844/13642878
cs wxdactivitytoolitem.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/139332/5802352
hpp extended_type_info_typeid.hpp
#ifndef BOOST_SERIALIZATION_EXTENDED_TYPE_INFO_TYPEID_HPP
#define BOOST_SERIALIZATION_EXTENDED_TYPE_INFO_TYPEID_HPP
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
//
www.eeworm.com/read/259513/11785887
cs serialize.cs
using System;
using System.IO;
using System.Xml;
using System.Xml.Serialization;
using System.Collections;
namespace serialization
{
///
/// Summary description for Serialize.
//
www.eeworm.com/read/482889/1284871
hpp extended_type_info_typeid.hpp
#ifndef BOOST_SERIALIZATION_EXTENDED_TYPE_INFO_TYPEID_HPP
#define BOOST_SERIALIZATION_EXTENDED_TYPE_INFO_TYPEID_HPP
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
www.eeworm.com/read/330303/3425752
hpp differentialmodel.hpp
#ifndef INDII_ML_ODE_DIFFERENTIALMODEL_HPP
#define INDII_ML_ODE_DIFFERENTIALMODEL_HPP
#include "boost/serialization/serialization.hpp"
namespace indii {
namespace ml {
namespace ode {
/**
*
www.eeworm.com/read/297135/3891558
cs adminprincipal.cs
namespace PowerEasy.Components
{
using PowerEasy.Model.UserManage;
using System;
using System.IO;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Form
www.eeworm.com/read/276284/4166699
java marshal.java
package org.ksoap;
import java.io.*;
import org.kobjects.serialization.*;
/** Abstract class for custom (de)serialization. */
public interface Marshal {
/** This methods reads an instance fr
www.eeworm.com/read/275546/4175366
java marshal.java
package org.ksoap;
import java.io.*;
import org.kobjects.serialization.*;
/** Abstract class for custom (de)serialization. */
public interface Marshal {
/** This methods reads an instance fr