XmlStreamSerializationInfoIsSerializableType Method |
Determines whether the specified type can be serialized by the current surrogate selector.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool IsSerializableType(
Type type
)
Parameters
- type Type
- The type to test.
Return Value
Booleantrue if the type is serializable; otherwise,
false.
See Also