Partager via


FSharpResultCodec<T,TError> Classe

Définition

[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))

Paramètres de type

T
TError
Héritage
FSharpResultCodec<T,TError>
Attributs
Implémente
IDerivedTypeCodec IFieldCodec IFieldCodec<Microsoft.FSharp.Core.FSharpResult<T,TError>>

Constructeurs

FSharpResultCodec<T,TError>(IFieldCodec<T>, IFieldCodec<TError>)

Implémentations d’interfaces explicites

IFieldCodec<FSharpResult<T,TError>>.ReadValue<TInput>(Reader<TInput>, Field)
IFieldCodec<FSharpResult<T,TError>>.WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, FSharpResult<T,TError>)

S’applique à