Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Only override this 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 compatibility for a checkin policy that has been moved to another assembly).
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Overridable Function GetBinaryFormatter As BinaryFormatter
public virtual BinaryFormatter GetBinaryFormatter()
public:
virtual BinaryFormatter^ GetBinaryFormatter()
abstract GetBinaryFormatter : unit -> BinaryFormatter
override GetBinaryFormatter : unit -> BinaryFormatter
public function GetBinaryFormatter() : BinaryFormatter
Return Value
Type: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
the BinaryFormatter to use for serializing the policy
Implements
IPolicyCompatibility.GetBinaryFormatter()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.