This documentation is archived and is not being maintained.

IPolicyCompatibility::GetBinaryFormatter Method

This is necessary if you want to create a new BinaryFormatter and hook into the serialization process for backward compatibility (e.g., you want to set the Binder property on the formatter to handle compat for a checkin policy that has been moved to another assembly).

If you do not want to hook into the serialization process, just return new BinaryFormatter().

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

BinaryFormatter^ GetBinaryFormatter()

Return Value

Type: System.Runtime.Serialization.Formatters.Binary::BinaryFormatter
the BinaryFormatter to use for serializing the policy

Show: