AutoSerializableAttribute Type
Adding this attribute to a type with value 'false' disables the behaviour where F# makes the type Serializable by default.
Constructors
Constructor |
Description
|
Full Usage:
AutoSerializableAttribute(value)
Parameters:
bool
-
Indicates whether the type should be serializable by default.
Returns: AutoSerializableAttribute
AutoSerializableAttribute
|
Creates an instance of the attribute
|
Instance members
Instance member |
Description
|
|
The value of the attribute, indicating whether the type is automatically marked serializable or not
|