Edit

Share via


ObjectSerializer.CanSerialize(Type) Method

Definition

Returns true if the provided type, type, can be serialized, and false otherwise.

public bool CanSerialize (Type type);
member this.CanSerialize : Type -> bool
Public Function CanSerialize (type As Type) As Boolean

Parameters

type
Type

Returns

Applies to