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.
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Represents the serialized state of a serializable remote object.
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 NotInheritable Class SerializableObjectAdapter _
Inherits ContractAdapterBase _
Implements ISerializableObjectContract, IRemoteArgumentDictionaryContract, IRemoteArgumentCollectionContract, IRemoteArgumentEnumerableContract, _
IContract
'Usage
Dim instance As SerializableObjectAdapter
public sealed class SerializableObjectAdapter : ContractAdapterBase,
ISerializableObjectContract, IRemoteArgumentDictionaryContract, IRemoteArgumentCollectionContract, IRemoteArgumentEnumerableContract, IContract
public ref class SerializableObjectAdapter sealed : public ContractAdapterBase,
ISerializableObjectContract, IRemoteArgumentDictionaryContract, IRemoteArgumentCollectionContract, IRemoteArgumentEnumerableContract, IContract
public final class SerializableObjectAdapter extends ContractAdapterBase implements ISerializableObjectContract, IRemoteArgumentDictionaryContract, IRemoteArgumentCollectionContract, IRemoteArgumentEnumerableContract, IContract
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.AddIn.Pipeline.ContractBase
Microsoft.VisualStudio.Tools.Applications.ContractAdapterBase
Microsoft.VisualStudio.Tools.Applications.SerializableObjectAdapter
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.