TempDataSerializer.CanSerializeType(Type) Method

Definition

Determines if the serializer supports the specified type.

Defaults to returning true for all Type instances.

public:
 virtual bool CanSerializeType(Type ^ type);
public virtual bool CanSerializeType (Type type);
abstract member CanSerializeType : Type -> bool
override this.CanSerializeType : Type -> bool
Public Overridable Function CanSerializeType (type As Type) As Boolean

Parameters

type
Type

The Type.

Returns

true if the serializer supports serializing type, otherwise false.

Applies to