FsPickler


CloneableOnlyAttribute

Namespace: MBrace.FsPickler
Attributes:
[<Sealed>]
[<AttributeUsage(4, AllowMultiple = false)>]

Specifies that the type is not serializable but can be freely cloned/hashed by maintaining identical references when found inside object graphs.

Constructors

ConstructorDescription
new()
Signature: unit -> CloneableOnlyAttribute

CompiledName: .ctor

Fork me on GitHub