Determines how type descriptions are laid out in the serialized stream.
[Visual Basic] Public Property TypeFormat As FormatterTypeStyle [C#] public FormatterTypeStyle TypeFormat {get; set;} [C++] public: __property FormatterTypeStyle get_TypeFormat(); public: __property void set_TypeFormat(FormatterTypeStyle); [JScript] public function get TypeFormat() : FormatterTypeStyle; public function set TypeFormat(FormatterTypeStyle);
The style of types layout to use
For the moment, you should accept the default FormatterTypeStyle value of TypesWhenNeeded.
BinaryFormatter Class | BinaryFormatter Members | System.Runtime.Serialization.Formatters.Binary Namespace | FormatterTypeStyle