Click or drag to resize

XmlStreamSerializationInfoIsSerializableType Method

Determines whether the specified type can be serialized by the current surrogate selector.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool IsSerializableType(
	Type type
)

Parameters

type  Type
The type to test.

Return Value

Boolean
true if the type is serializable; otherwise, false.
See Also