FSharpValueOptionCodec<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Serializer for Microsoft.FSharp.Core.FSharpValueOption`1.
[Orleans.RegisterSerializer]
public class FSharpValueOptionCodec<T> : Orleans.Serialization.Codecs.IFieldCodec<Microsoft.FSharp.Core.FSharpValueOption<T>>
[<Orleans.RegisterSerializer>]
type FSharpValueOptionCodec<'T> = class
interface IFieldCodec<ValueOption<'T>>
interface IFieldCodec
Public Class FSharpValueOptionCodec(Of T)
Implements IFieldCodec(Of FSharpValueOption(Of T))
Type Parameters
- T
- Inheritance
-
FSharpValueOptionCodec<T>
- Attributes
- Implements
-
IFieldCodec IFieldCodec<Microsoft.FSharp.Core.FSharpValueOption<T>>
Constructors
FSharpValueOptionCodec<T>(IFieldCodec<T>) |
Initializes a new instance of the FSharpValueOptionCodec<T> class. |