Click or drag to resize
XmlSerializerImplementationCanSerialize Method
Gets a value that determines whether a type can be serialized.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public virtual bool CanSerialize(
	Type type
)

Parameters

type
Type: SystemType
The System.Type to be serialized.

Return Value

Type: Boolean
true if the type can be serialized; otherwise, false.
See Also