FSharpResultCodec<T,TError> 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.
[Orleans.RegisterSerializer]
public class FSharpResultCodec<T,TError> : Orleans.Serialization.Codecs.IDerivedTypeCodec, Orleans.Serialization.Codecs.IFieldCodec<Microsoft.FSharp.Core.FSharpResult<T,TError>>
[<Orleans.RegisterSerializer>]
type FSharpResultCodec<'T, 'Error> = class
interface IFieldCodec<Result<'T, 'Error>>
interface IFieldCodec
interface IDerivedTypeCodec
Public Class FSharpResultCodec(Of T, TError)
Implements IDerivedTypeCodec, IFieldCodec(Of FSharpResult(Of T, TError))
Type Parameters
- T
- TError
- Inheritance
-
FSharpResultCodec<T,TError>
- Attributes
- Implements
Constructors
FSharpResultCodec<T,TError>(IFieldCodec<T>, IFieldCodec<TError>) |
Explicit Interface Implementations
IFieldCodec<FSharpResult<T,TError>>.ReadValue<TInput>(Reader<TInput>, Field) | |
IFieldCodec<FSharpResult<T,TError>>.WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, FSharpResult<T,TError>) |