Geeks Talk

Prepare for your Next Interview




custom serialization

This is a discussion on custom serialization within the C# forums, part of the Software Development category; What is the use of custom serialization ?where do we use it?how does it differ from other serializations?...


Go Back   Geeks Talk > Software Development > C#

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 02-11-2007
Junior Member
 
Join Date: Feb 2007
Location: hyderabad
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
sivareddy20 is on a distinguished road
custom serialization

What is the use of custom serialization ?where do we use it?how does it differ from other serializations?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-26-2007
Junior Member
 
Join Date: Jan 2007
Location: Earth
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
Artral is on a distinguished road
Re: custom serialization

It helps you, serialize the the custom object.Like while in developing if you want store the object(Employee) it will be serialized(lets say R1) and after some time lets assume you are adding an additional attributes and the latest object will saved(let say R2).Now if you open the R1 object in R2 it will thrown the exception here you need to implement the serialization which should support R1 and R2.
Reply With Quote
Reply

  Geeks Talk > Software Development > C#


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
Difference between the standard and custom class JobHelper WinRunner 3 12-20-2006 05:48 AM
Is there any Problem with Serialization? RyanJames C and C++ 1 11-12-2006 03:10 PM


All times are GMT -4. The time now is 11:55 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved