1.

Does The .net Framework Have In-built Support For Serialization?

Answer»

There are two separate mechanisms provided by the .NET class library-XmlSerializer and
SoapFormatter/BinaryFormatter. MICROSOFT uses XmlSerializer for Web Services, and uses
SoapFormatter/BinaryFormatter for remoting. Both are AVAILABLE for use in your own code

There are two separate mechanisms provided by the .NET class library-XmlSerializer and
SoapFormatter/BinaryFormatter. Microsoft uses XmlSerializer for Web Services, and uses
SoapFormatter/BinaryFormatter for remoting. Both are available for use in your own code



Discussion

No Comment Found