Why do you need to serialize
Answer / kirti
We need to serialize the object,if you want to pass object from one computer/application domain to another.Process of converting complex objects into stream of bytes that can be persisted or transported.Namespace for serialization is System.Runtime.Serialization.The ISerializable interface allows you to make any class Serializable..NET framework features 2 serializing method.
1.Binary Serialization 2.XML Serialization
| Is This Answer Correct ? | 0 Yes | 0 No |
Why string are called Immutable data Type
How to add 'ASPNET.mdf' file into server explorer in visual studio 2005?
What is gacutil.exe. Where do we store assemblies ?
5 Answers Accenture, BirlaSoft,
Which is the root namespace for fundamental types in .net framework?
Is .net core faster than .net framework?
What are the Core features of ASP.NET MVC?
What are delegates?where are they used
Possible ways to prevent xss attacks on mvc application?
Briefly describe the roles of clr in .net framework?
Can we have more than 1 partial classes in the same file?
i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources
How is method overriding different from method overloading