FrameworkXmlSerializationWrapperIsSerializable Method |
Determines whether the specified object is serializable with the Altaxo xml serialization framework.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool IsSerializable(
Object o
)
Parameters
- o Object
- The object to test
Return Value
Booleantrue if the specified object is serializable; otherwise,
false.
See Also