Prepare for your Next Interview
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?...
|
|||
|
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.
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| 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 |