You are storing custom Car objects in a data table that will be serialized to a file. After serializing to a binary file called cars.bin, you open the file with a binary editor and notice that XML is in the file.Which setting can you use to ensure that you will create a binary file without embedded XML?

 Posted by Rajkatie on 8/13/2012 | Category: ADO.NET Interview questions | Views: 3226 | Points: 40
Select from following answers:
  1. Set the RemotingFormat property to SerializationFormat.Binary.
  2. Set the Constraints property to SerializationFormat.Binary.
  3. Set the BatchUpdate setting to SerializationFormat.Binary.
  4. All Above

Show Correct Answer


Source: MeasureUp.com | | Alert Moderator 

Comments or Responses

Login to post response