XmlDataContractSerializerOutputFormatter.GetSerializableType(Type) 方法

定义

获取要序列化的类型。

protected:
 virtual Type ^ GetSerializableType(Type ^ type);
protected virtual Type GetSerializableType (Type type);
abstract member GetSerializableType : Type -> Type
override this.GetSerializableType : Type -> Type
Protected Overridable Function GetSerializableType (type As Type) As Type

参数

type
Type

要序列化的原始类型

返回

由任何 IWrapperProvider提供的原始或包装类型。

适用于