Click or drag to resize

IXmlSerializationInfoIsSerializable Method

Checks if an object is serializable by this serializer.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
bool IsSerializable(
	Object? o
)

Parameters

o  Object
Object to check.

Return Value

Boolean
true if serializable.
See Also