Preview

Store and Recover Information About Object Using Binary Serialization in C#

Good Essays
Open Document
Open Document
649 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Store and Recover Information About Object Using Binary Serialization in C#
Report

Store and Recover Information about Object Using Binary Serialization in C#

What is Binary Serialization:
Serialization is the process taking an object and converting it to a format which can be transported through net work or store into a storage medium, the storage medium could be file, database, or memory.

The .NET Framework provides two types of serialization, XML serialization and Binary serialization.

There are also three formats provided by the Microsoft .NET framework to which objects can be serialized. The formats are binary, SOAP, and XML.

Binary serialization can either the binary or the SOAP formatter, are suitable for storing object Information in .NET applications, and you don’t need share the information with non-.NET programs.
When I mention Binary serialization below I mean “Binary serialization” using binary formatter, as short expression.

Why use Binary Serialization:
The binary serialization working chart is:
[pic]
The chart also can present the other two format of serialization. so why we use Binary serialization instead of use the other two? What the advantage and disadvantage of binary serialization?

The binary serialization is the most compact and light of the three formats and it is the fastest one of the three formats. Also the binary serialization can serialize all the state of the object, including type information. Therefore when the object is deserialized, you get an accurate and fully functional copy of the original, which xml will not It ignores private member fields and properties.

The main limitation of using binary serialization is that binary serialization depends on platform, while XML and SOAP do not adhere to that limitation.Therefore only when all your applications which use serialization are .net framework applications, you can use binary serialization, otherwise uses other two formats instead.

Using Binary Serialization in C#:
The code to using Binary serialize is very simple. The

You May Also Find These Documents Helpful

  • Powerful Essays

    Nt1310 Unit 9

    • 1048 Words
    • 5 Pages

    What are two reasons for physical layer protocols to use frame encoding techniques? (Choose two.)…

    • 1048 Words
    • 5 Pages
    Powerful Essays
  • Satisfactory Essays

    PT2520 Week 3 Forum

    • 190 Words
    • 1 Page

    Normalization is a very important database design that you should not assume that the highest level of normalization is always the most desirable. The higher the normal form is the more joins are required to produce a specified output and the more slowly the database system responds to end-user demands. A successful design must also consider end-user demand for fast performance you will occasionally be expected to de-normalize some portions of a database design in order to meet performance requirements. De-normalization produces a lower normal form.…

    • 190 Words
    • 1 Page
    Satisfactory Essays
  • Good Essays

    This is used by Microsoft to seamlessly create a client/server model in Windows NT, with very little effort.…

    • 438 Words
    • 2 Pages
    Good Essays
  • Powerful Essays

    The .NET framework is a Microsoft technology and was designed to allow code to be standardized to ensure that all code using the .NET framework can integrate with other code.…

    • 1025 Words
    • 5 Pages
    Powerful Essays
  • Powerful Essays

    Ipt Hsc Summary

    • 14598 Words
    • 59 Pages

    |data formats may be numbers, images, text, forms |digitising is the process of translating data into |information is processed raw data, it has been |…

    • 14598 Words
    • 59 Pages
    Powerful Essays
  • Good Essays

    SIT322 practice exam

    • 899 Words
    • 4 Pages

    SIT322 Distributed Systems Practice Exam Questions Instructions Choose the most appropriate answer from the following questions. 1) How many integration styles are applicable to enterprise? a. 3 b. 4 c. 5 2)…

    • 899 Words
    • 4 Pages
    Good Essays
  • Good Essays

    Data Base

    • 2312 Words
    • 10 Pages

    While designing and defining tables in databases, it is important to find out the data type for each column in the data tables. A data type is an attribute which defines the type of data an object can retain: integer, string, data and time, etc. There are basically three main types: text, numbers and date/times. The data types are different, depending on the database management system (DBMS), the various types of which include SQL Server, Oracle and MySQL.…

    • 2312 Words
    • 10 Pages
    Good Essays
  • Satisfactory Essays

    Why Not Zip Files: Zip files in the past were used to maximize the amount of space on your hard drive. What a zip drive does is it places your information into code form, which makes it smaller in size, forces you to unlock/recode anytime you want to work with the files and its is very sluggish to email. Today, hard drive space is cheap to obtain and basically unlimited so there is no reason to recode file information into Zip Drives any longer.…

    • 261 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    What Is Xml

    • 488 Words
    • 2 Pages

    The Open Office XML formats have multiple key benefits. I believe the main benefit is its ability to create smaller files. It does this by breaking down the data into smaller ZIP files at the sender’s computer and reorganizing them at the receiver’s computer. The other benefits are: it is backwards compatible, it is easy to program, it has the ability to integrate business data, and is more secure.…

    • 488 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Information stored in a mass storage system is conceptually grouped into large units called files. A typical file may consist of a complete text document, a photograph, a program, a music recording, or a collection of data about the employees in a company. Mass storage devices dictate that these files be stored and retrieved in smaller, multiple byte units. For example, a file stored on a magnetic disk must be manipulated by sectors, each of which is a fixed predetermined size. A block of data conforming to the specific characteristics of a storage device is called a physical record. Thus, a large file stored in mass storage will typically consist of many physical records. In contrast to this division into physical records, a file often has natural divisions determined by the information represented. For example, a file containing information regarding a company’s employees would consist of multiple units, each consisting of the information about one employee. Or, a file containing a text document would consist of paragraphs or pages. These naturally occurring blocks of data are called logical records. Logical records often consist of smaller units called fields. For example, a logical record containing information about an employee would probably consist of fields such as name, address, employee identification number, etc. Sometimes each logical record within a file is uniquely identified by means of a particular field within the record (perhaps an employee’s identification number, a part number, or a catalogue item number). Such an identifying field is called a key field. The value held in a key field is called a key.…

    • 487 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    - DataType can be one of the following basic types: Float, Real, Integer (real & integer are numbers), String…

    • 504 Words
    • 3 Pages
    Satisfactory Essays
  • Good Essays

    Backup Methods

    • 642 Words
    • 3 Pages

    One of the important aspects of data security involves protecting data from loss or destruction. In this short paper, I will cover the backup methods we can use to protect our data and reduces the chances of data loss.…

    • 642 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    XML is a lightweight version of SGML which keeps enough of its functionality to make it useful but removes all the optional features which made SGML too complex to program for in a web environment. XML is the Extensible (not a fixed format) Markup Language, instead XML is a meta-language, a language for describing other languages. It improves the functionality of the Web by letting you identify your information in a more accurate, flexible, and adaptable way.…

    • 974 Words
    • 4 Pages
    Satisfactory Essays
  • Satisfactory Essays

    fcci

    • 403 Words
    • 2 Pages

    Special Features 6 Sectoral issues that dominated the 2013 landscape 8 Technology and market-based pricing key to finding solutions to energy needs: PM Chairman-Editorial Board Dr. A Didar Singh Member-Editorial Board & Head-Communications Vinita Sethi 12 PM exhorts telecom industry to scale up production to meet challenges post-2020 Editor Sukumar Sah Assistant Editor Sushmita Yadav 4 From the Secretary General's Desk… 16 Emphasis on transparency and accountability in the changing regulatory Marketing Animesh Goswami paradigm: SEBI Chief 20 Harnessing Afghanistan's economic potential Advertising & Circulation PL Joseph Rakesh Arora Veena Srivastava Rahul Siwach Dinesh Bhandari Anjana Rajwar Design & Art Visualeyes Communications Pvt. Ltd Printed by Diamond Art Printers diamond_art_printers@yahoo.co.in c All Rights are reserved.…

    • 403 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    is our electional

    • 19956 Words
    • 83 Pages

    A CBT PUBLICATION SHORT STORIES FOR CHILDREN This is a compilation of stories submitted by the participants at a Writers Workshop conducted by Children's Book Trust. © by CBT 1982 Reprinted 1986, 1987, 1988, 1990, 1992, 1993, 1995, 1996, 1998, 2000, 2001, 2003, 2005, 2008. ISBN 81-7011-314-8 All rights reserved. No part of this book may be reproduced in whole or in part, or stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the publisher.…

    • 19956 Words
    • 83 Pages
    Good Essays

Related Topics