Ask a question to get started
Enter to send•Shift+Enter new line
Is this class serializable?
By design, even if a class inherits from Serializable, it is not serializable by default. This is to prevent accidental serialization of objects that should not be serialized.
Serializable
is_lc_serializable( cls, ) -> bool