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 |
Can you declare an override method to be static if the original method is non-static
Which version of .net framework is installed?
VIEWS WITH SYNTAX AND EXAMPLE IN SQL
What is .net framwork? what is web application? what is CLR? How does work CLR & wht is work of CLR? What is compile? wht is thread? what does use in .net?
What are Validation Annotations?
And if they have conflicting method names ?
Can I customise the serialization process
mention in what all scenarios entity framework can be applicable?
What is the mvc pattern (model view controller pattern)?
What are the versions of .net framework?
Possible ways to prevent xss attacks on mvc application?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?