Compartir a través de


ILBasedSerializer.IsSupportedType Método

Definición

Sobrecargas

IsSupportedType(Type, Boolean)
IsSupportedType(Type)

Informa al administrador de serialización si este serializador admite el tipo para la serialización.

IsSupportedType(Type, Boolean)

Source:
ILBasedSerializer.cs
System.Object.IsSupportedType(System.Type,System.Boolean)
public bool IsSupportedType (Type type, bool isFallback);
abstract member IsSupportedType : Type * bool -> bool
override this.IsSupportedType : Type * bool -> bool
Public Function IsSupportedType (type As Type, isFallback As Boolean) As Boolean

Parámetros

type
Type
isFallback
Boolean

Devoluciones

Implementaciones

Se aplica a

IsSupportedType(Type)

Source:
ILBasedSerializer.cs

Informa al administrador de serialización si este serializador admite el tipo para la serialización.

public bool IsSupportedType (Type t);
public bool IsSupportedType (Type type);
abstract member IsSupportedType : Type -> bool
override this.IsSupportedType : Type -> bool
abstract member IsSupportedType : Type -> bool
override this.IsSupportedType : Type -> bool
Public Function IsSupportedType (t As Type) As Boolean
Public Function IsSupportedType (type As Type) As Boolean

Parámetros

ttype
Type

Tipo del elemento que se va a serializar

Devoluciones

Valor que indica si el elemento se puede serializar.

Implementaciones

Se aplica a