FSharpResultCodec<T,TError> Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[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))
Parâmetros de tipo
- T
- TError
- Herança
-
FSharpResultCodec<T,TError>
- Atributos
- Implementações
Construtores
FSharpResultCodec<T,TError>(IFieldCodec<T>, IFieldCodec<TError>) |
Implantações explícitas de interface
IFieldCodec<FSharpResult<T,TError>>.ReadValue<TInput>(Reader<TInput>, Field) | |
IFieldCodec<FSharpResult<T,TError>>.WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, FSharpResult<T,TError>) |