XmlSerializerImplementationCanSerialize Method |
Gets a value that determines whether a type can be serialized.
Namespace: System.Xml.SerializationAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public virtual bool CanSerialize(
Type type
)
Parameters
- type
- Type: SystemType
The System.Type to be serialized.
Return Value
Type:
Booleantrue if the type can be serialized; otherwise, false.
See Also