GIAC
GSSP-NET · Question #455
You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET as its application development platform. You are creating an application using the .NET Framework. The application…
The correct answer is B. Use the BinaryFormatter class. See the full explanation below for the reasoning.
Question
You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET as its application development platform. You are creating an application using the .NET Framework. The application contains a class named globalInfo. You need to serialize all public and nonpublic data of the globalInfo class to ensure that the class generates the minimum byte stream so that the minimum load is placed upon network resources. What will you do?
Options
- AUse the XmlSerializer class.
- BUse the BinaryFormatter class.
- CUse the SoapFormatter class.
- DUse the IXmlSerializable interface.
How the community answered
(47 responses)- A17% (8)
- B70% (33)
- C9% (4)
- D4% (2)
Community Discussion
No community discussion yet for this question.