SerializerDescriptor.FactoryInterfaceName 属性

定义

获取实现序列化程序的派生类的名称 ISerializerFactory

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

属性值

实现序列化程序的派生类的名称 ISerializerFactory

适用于