Click or drag to resize

FrameworkXmlSerializationWrapperIsSerializable Method

Determines whether the specified object is serializable with the Altaxo xml serialization framework.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool IsSerializable(
	Object o
)

Parameters

o  Object
The object to test

Return Value

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