9781861008008-1861008007-Visual Basic .Net Serialization Handbook

Visual Basic .Net Serialization Handbook

ISBN-13: 9781861008008
ISBN-10: 1861008007
Edition: illustrated edition
Author: Andy Olsen, Eric Lippert, Matjaz Juric, Adil Rehan
Publication date: 2002
Publisher: Apress
Format: Paperback 344 pages
FREE US shipping

Book details

ISBN-13: 9781861008008
ISBN-10: 1861008007
Edition: illustrated edition
Author: Andy Olsen, Eric Lippert, Matjaz Juric, Adil Rehan
Publication date: 2002
Publisher: Apress
Format: Paperback 344 pages

Summary

Visual Basic .Net Serialization Handbook (ISBN-13: 9781861008008 and ISBN-10: 1861008007), written by authors Andy Olsen, Eric Lippert, Matjaz Juric, Adil Rehan, was published by Apress in 2002. With an overall rating of 3.6 stars, it's a notable title among other books. You can easily purchase or rent Visual Basic .Net Serialization Handbook (Paperback) from BooksRun, along with many other new and used books and textbooks. And, if you're looking to sell your copy, our current buyback offer is $0.3.

Description

Serialization is a fundamental process that creates a persistent and portable representation of an object. This representation can be stored to disk, or moved across a network so that the object can be recreated on another machine.

Before .NET, developers often created serialization code that serialized objects into a proprietary format. This format was often application-specific, so sharing serialization files between applications was tricky.

.NET improves upon this situation by providing a standard way of serializing and deserializing objects. Basic .NET serialization to XML, SOAP, and binary formats is also easy-to-use, because we do not have to provide any explicit serialization code. However, .NET serialization is also extensible, so we can provide own serialization format and code should we need or want to. Finally, .NET serialization persists not only the object state but also its metadata, which means that .NET applications on different platforms (such as Windows and Linux) could exchange and share serialized data in files.

Indeed, serialization plays a key role in the .NET Framework, being intimately linked to many important aspects of it, especially Remoting and Web Services.

So, it is clear that the advent of .NET presents developers with a new and exciting approach to serialization. To use it effectively and efficiently, developers need to understand the .NET serialization process, to be guided through its customizable features, and to be taught best practices. This book does just that.

Rate this book Rate this book

We would LOVE it if you could help us and other readers by reviewing the book