Compartir a través de


JsonCodec.ITypeFilter.IsTypeAllowed(Type) Método

Definición

Determina si se permite serializar, deserializar, etcetera el tipo especificado.

bool? ITypeFilter.IsTypeAllowed (Type type);
abstract member Orleans.Serialization.ITypeFilter.IsTypeAllowed : Type -> Nullable<bool>
override this.Orleans.Serialization.ITypeFilter.IsTypeAllowed : Type -> Nullable<bool>
Function IsTypeAllowed (type As Type) As Nullable(Of Boolean) Implements ITypeFilter.IsTypeAllowed

Parámetros

type
Type

El tipo

Devoluciones

true si se permite el tipo especificado; false si no se permite el tipo; null si este filtro desconoce el tipo.

Implementaciones

Se aplica a