Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - serialize
Search - serialize - List
DL : 0
Json.NET makes working with JSON formatted data in .NET simple. Quickly read and write JSON using LINQ to JSON or serialize your .NET objects with a single method call using the JsonSerializer. -Flexible JSON serializer to convert .NET objects to JSON and back again -LINQ to JSON for reading and writing JSON -Writes indented, easy to read JSON -Convert JSON to and from XML -Supports Silverlight and the Windows Phone
Update : 2024-05-08 Size : 4917248 Publisher : aricle

DL : 0
TcpWrapper 是一个基于.Net TCP library可以用来发送和接收可以序列化的对象-This Library Provide a Useful and Easy Layer of Abstraction over the .Net TCP library (system.net.*) you can use this library to send and receive objects that Can Be Serialized ... without the headache caused by Dealing with Bytes ... Just Let the Wrapper Serialize & Deserialize the Objects for you ... and Inform you when that Done ...
Update : 2024-05-08 Size : 150528 Publisher : godghdai

基于VC++,建立多文档,可连续加载图片-Based on VC++, a multi-document, continuous loading picture
Update : 2024-05-08 Size : 3761152 Publisher : yulucc

DL : 0
vckbaseDoc.h、vckbaseDoc.cpp - 文档 这些文件包含 CvckbaseDoc 类。 编辑这些文件 以添加特殊的文档数据并实现文件的保存和加载 (通过 CvckbaseDoc::Serialize)。 vckbaseView.h、vckbaseView.cpp - 文档视图 这些文件包含 CvckbaseView 类。 CvckbaseView 对象用于查看 CvckbaseDoc 对象。-vckbaseDoc.h, vckbaseDoc.cpp- Documents These files contain CvckbaseDoc class. Edit these files To add your special document data and implement file saving and loading (By CvckbaseDoc:: Serialize). vckbaseView.h, vckbaseView.cpp- document view These files contain CvckbaseView class. CvckbaseView object for viewing CvckbaseDoc object.
Update : 2024-05-08 Size : 33792 Publisher : steven

DL : 0
/*学生类包括姓名、院系、年龄和平均成绩。要求编程实现: 1)创建两个学生对象,并序列化保存到文件中; 2)从文件中读取并显示学生信息。 */-/* Class, including the names of students, faculty, age and grade point average. Programming requirements: 1) Create two students object, and serialize to a file 2) read from the file and display the student information.* /
Update : 2024-05-08 Size : 1024 Publisher : 何慕笙

CADReadCad
DL : 0
用ObjectARX2010开发的AUTUCAD应用,开发环境VC2008SP1,只有源代码,请自己建工程。功能:一是通过鼠标点选对象获得块属性列举;二是有一个可串行化存储,支持CArray动态数组功能的类,用于管理块属性;三是有一个操作EXCLE表格文件的类;四是画线函数中控制线宽并能显示线宽 -A AUTOCAD developer use ObjectARX2010,with VC2008SP1 enviroment Function:1 Can select a block with mouse 2 Has a class with Serialize and CArray suport 3 Has a class to process EXCLE simply.
Update : 2024-05-08 Size : 24576 Publisher : yey2y

DL : 0
C# 序列化与反序列化的实程,演示C#序列化与反序列化的过程。-CSharp serialize and deserialize instances
Update : 2024-05-08 Size : 7168 Publisher : lovepoco

DL : 0
Simple example of using AJAX. Uses XMLHttpRequest. Contains recursive function to serialize XMLObject. Tested on most browsers (latest versions). 1. Press button LoadXML to perform XMLHttpRequest 2. Serialize to show document as string. Also you can change values in tags by typing tag name and/or value.
Update : 2024-05-08 Size : 2048 Publisher : Nazar

DL : 0
在MFC中,文档类负责管理数据,提供保存和加载数据的功能。视图类负责数据的显示,以及给用户提供对数据的编辑和修改功能。 MFC给我们提供Document/View结构,将一个应用程序所需要的“数据处理与显示”的函数空壳都设计好了,这些函数都是虚函数,我们可以在派生类中重写这些函数。有关文件读写的操作在CDocument的Serialize函数中进行,有关数据和图形显示的操作在CView的OnDraw函数中进行。我们在其派生类中,只需要去关注Serialize和OnDraw函数就可以了,其它的细节我们不需要去理会,程序就可以良好地运行. -L in MFC, document class responsible for the management of the data, provide save and load the function of the data. View class responsible for data display, and offer users to edit the data and modify functions. MFC provide us with Document/View to structure, an application needs "data processing and display" shell designed all function, these functions are virtual function, we can in the derived class rewrite these functions. The relevant documents in the operation of the reading and writing in the CDocument Serialize function, the relevant data and graph showing the operation in the CView OnDraw function. We in the derived class, only need to pay attention to Serialize and OnDraw function, other details we don t need to pay attention to, program can good operation
Update : 2024-05-08 Size : 5309440 Publisher : 李俊炎

Sample code demonstrates how Serialize data works, taken from Wrox C++ 2008
Update : 2024-05-08 Size : 73728 Publisher : invis

DL : 0
实现文件serialize和基本绘画-File serialize and basic painting............................
Update : 2024-05-08 Size : 24437760 Publisher : CWeeYii

本程序提供C#环境下的XML文件的序列化和反序列化的代码和示例-This program privid XML serialize and XML deserialize function in C#.
Update : 2024-05-08 Size : 45056 Publisher : lisong

一个静态的VC++窗体分割框架示例 一个静态的VC++窗体分割框架示例,另外还有一些图形绘制的功能,比如画直线、画矩形等。部分代码注释:储存形状控件的类别,衍生自CObject类别以便具备储存(Serialize)功能,声明GraphicObject为可Serialize的类别,将MyView设为friend类别,方便数据保存。-A segmentation framework example of a static VC++ form static VC++ form segmentation framework for example, in addition to drawing functions, such as drawing a straight line, draw a rectangle. Some of the code comments: store the type of shape control, derived from the CObject class in order to have the storage (the Serialize) functionality the statement GraphicObject can Serialize the class, to the MyView Make friend category, convenient to save data.
Update : 2024-05-08 Size : 16384 Publisher : 王志坚

实体化数据模型,通过序列化和反序列化变换为二进制数组,方便网络传送-Entity data model transformation, through the serialize and deserialize a binary array to facilitate network transmission
Update : 2024-05-08 Size : 47104 Publisher : myauger

DL : 0
序列化又称串行化,是.NET运行时环境用来支持用户定义类型的流化的机制。其目的是以某种存储形成使自定义对象持久化,或者将这种对象从一个地方传输到另一个地方。-Serialization, also known as serialization. NET runtime environment used to support user-defined type of flow mechanism. Its purpose is some storage of the formation of the custom object persistence, or object from one place to another place.
Update : 2024-05-08 Size : 22528 Publisher : myauger

DL : 0
功能强大的序列化DATASET的方法,是学习ADO.net的好资料-Powerful serialize the DATASET the method is to learn the ADO.net of good information
Update : 2024-05-08 Size : 13312 Publisher : 胡天下

通用的序列化类对象,包括发序列化,可以序列化xml格式,soap格式,二进制格式-Generic serialization class objects, including hair serialization can serialize the xml format, soap format, binary format
Update : 2024-05-08 Size : 137216 Publisher : hamigua

XStream使用起来非常简单,不需要预先生成相关的辅助类,不需要映射文件。当然,使用简单也注定了它只能处理简单结构的 XML 文件。-XStream is a simple library to serialize objects to XML and back again. If using the enhanced mode, XStream can re-instantiate classes that do not have a default constructor. However, if using a different JVM like an old JRockit version, a JDK 1.4 or you have restrictions because of a SecurityManager, a default constructor is required. The enhanced mode is also necessary to restore final fields for any JDK < 1.5. This implies deserialization of instances of an inner class. Auto-detection of annotations may cause race conditions. Preprocessing annotations is safe though.
Update : 2024-05-08 Size : 956416 Publisher : 白水

像PHP系列化和非系列化功能。 示例: var Test = Array() Test[-8.52] = fff Test[ tt ] = Array() Test[ tt ][ sss ] = 123 Test[ ss ] = def Test[ tt ][10] = abc ser = $.phpSerialize(Test) alert(ser) $.phpUnserialize(ser) Result: a:3:{i:-8 s:3:"fff" s:2:"tt" a:2:{s:3:"sss" i:123 i:10 s:3:"abc" }s:2:"ss" s:3:"def" }-Like PHP Serialize and Unserialize Functions. Sample: var Test = Array() Test[-8.52] = fff Test[ tt ] = Array() Test[ tt ][ sss ] = 123 Test[ ss ] = def Test[ tt ][10] = abc ser = $.phpSerialize(Test) alert(ser) $.phpUnserialize(ser) Result: a:3:{i:-8 s:3:"fff" s:2:"tt" a:2:{s:3:"sss" i:123 i:10 s:3:"abc" }s:2:"ss" s:3:"def" }
Update : 2024-05-08 Size : 18432 Publisher : sadfako

在服务器上建立标准数据库,将数据序列化为XML,进行网络远程传输.-Create a standard database on the server and serialize XML data network remote transmission.
Update : 2024-05-08 Size : 1104896 Publisher : sunnian
« 1 2 3 45 6 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.