XmlDataContractSerializerOutputFormatter.GetSerializableType(Type) Método

Definición

Obtiene el tipo que se va a serializar.

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

Parámetros

type
Type

Tipo original que se va a serializar

Devoluciones

Type

El tipo original o encapsulado proporcionado por cualquier IWrapperProviders.

Se aplica a