SerializerDescriptor.FactoryInterfaceName Property

Definition

Gets the name of the ISerializerFactory derived class that implements the serializer.

public:
 property System::String ^ FactoryInterfaceName { System::String ^ get(); };
public string FactoryInterfaceName { get; }
member this.FactoryInterfaceName : string
Public ReadOnly Property FactoryInterfaceName As String

Property Value

The name of the ISerializerFactory derived class that implements the serializer.

Applies to