What is the BinaryFormatter class?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the BinaryFormatter class?
Rating:
The BinaryFormatter class of the System.Runtime.Serialization.Formatters.Binary namespace implements the binary formatter. The TCP channels are used to serialize the messages into a binary stream before sending them to a remote object by using the BinaryFormatter class. This class also deserializes the binary payload before transmitting it to the remote object. The binary formatter is very compact and efficient, and it is restricted within the .NET applications.
Rating:
Was this information helpful?
Other articles
- How to import a COM type library by using Visual Studio 2005?
- Tip on the Configuration files.
- What is the fault element of a SOAP message?
- Tip on private and public queues.
- What is the Style attribute?