IDTSManagedSerializer100 Interface

Definition

Describes the interface for the managed serializer.

public interface class IDTSManagedSerializer100
[System.Runtime.InteropServices.Guid("0F6A689D-BBBC-4039-9DFE-349CDDDD7108")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)]
public interface IDTSManagedSerializer100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)]
[System.Runtime.InteropServices.Guid("166BE669-4087-4AFA-AF8D-D8BE4E5C82CA")]
public interface IDTSManagedSerializer100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)]
[System.Runtime.InteropServices.Guid("883848BC-4BD1-4BD8-B101-A34E112E1309")]
public interface IDTSManagedSerializer100
[<System.Runtime.InteropServices.Guid("0F6A689D-BBBC-4039-9DFE-349CDDDD7108")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)>]
type IDTSManagedSerializer100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)>]
[<System.Runtime.InteropServices.Guid("166BE669-4087-4AFA-AF8D-D8BE4E5C82CA")>]
type IDTSManagedSerializer100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)>]
[<System.Runtime.InteropServices.Guid("883848BC-4BD1-4BD8-B101-A34E112E1309")>]
type IDTSManagedSerializer100 = interface
Public Interface IDTSManagedSerializer100
Derived
Attributes

Methods

DeSerialize(String)

Deserializes an XML document.

IsSerializable(Object)

Specifies whether an object can be deserialized.

Serialize(Object)

Serializes an object.

Applies to