What is Formatter

Formatter is the abstract (MustInherit in Visual Basic) base class for all runtime serialization formatters
  • SoapFormatter :  Serializes and deserializes an object, or an entire graph of connected objects, in SOAP format.
     
  • BinarryFormatter :  Serializes and deserializes an object, or an entire graph of connected objects, in binary format.