FsPickler


CustomPicklerAttribute

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

Specifies that the pickler for this type is to be generated using the static method 'TypeDef.CreatePickler : IPicklerResolver -> Pickler'.

Constructors

ConstructorDescription
new()
Signature: unit -> CustomPicklerAttribute

CompiledName: .ctor

Fork me on GitHub