FSharpResultCodec<T,TError> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
[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
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>) |