Skip to content

FSharpOptionCopier<T>

class

Namespace: Orleans.Serialization

Copier implementation for Microsoft.FSharp.Core.FSharpOption.
public sealed class FSharpOptionCopier<T> : IDeepCopier, IDeepCopier<FSharpOption<T>>

Remarks

F# represents None as null. This copier preserves that value and preserves Some(null) as a non-null option containing a null value.

Constructors

Methods