[Home] Type Microsoft.FSharp.Core.AutoSerializableAttribute


Adding this attribute to a type with value 'false' disables the behaviour where F# makes the type Serializable by default.

Full Type Signature

[<AttributeUsage (enum<AttributeTargets> (4))>]
type AutoSerializableAttribute = class
                                   inherit Attribute
                                 end
                                 with
                                   new : value:bool -> AutoSerializableAttribute
                                   member Value : bool
                                 end

Instance Members

MemberDescription
member Value : bool

Static Members

MemberDescription
new : value:bool -> AutoSerializableAttribute

See Also

Microsoft.FSharp.Core


Documentation for assembly FSharp.Core, version 1.9.4.19, generated using F# version 1.9.4.19