Share via


SerializableObjectContractFormatter Class

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Provides methods to serialize an object and to deserialize a tree of remote arguments.

Namespace:  Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0.dll)

Syntax

'Declaration
Public Class SerializableObjectContractFormatter
'Usage
Dim instance As SerializableObjectContractFormatter
public class SerializableObjectContractFormatter
public ref class SerializableObjectContractFormatter
public class SerializableObjectContractFormatter

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Tools.Applications.SerializableObjectContractFormatter

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SerializableObjectContractFormatter Members

Microsoft.VisualStudio.Tools.Applications Namespace