Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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