Can we customize the serialization process?



Can we customize the serialization process?..

Answer / Vishal Anand

Yes, you can customize the serialization process in C# by implementing the IXmlSerializable or ISerializable interfaces. This allows you to control how data is converted into XML or binary format.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is command object in c#?

1 Answers  


Is c# an open source?

1 Answers  


How big is a float?

1 Answers  


What are handlers in c#?

1 Answers  


Explain deadlock?

1 Answers  


What does the This window show in the debugger?

2 Answers  


How do you implement multiple inheritance in .NET?

5 Answers   Infosys, Microsoft,


1. Describe page life cycle?

3 Answers   Mphasis,


What is namespace in oops?

1 Answers  


What is CLR and its application.?

1 Answers   MCN Solutions,


What does int parse do in c#?

1 Answers  


If we inherit a class do the private variables also get inherited ?

2 Answers   TCS,


Categories