다음을 통해 공유


FSharpResultCodec<T,TError> 클래스

정의

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

형식 매개 변수

T
TError
상속
FSharpResultCodec<T,TError>
특성
구현
IDerivedTypeCodec IFieldCodec IFieldCodec<Microsoft.FSharp.Core.FSharpResult<T,TError>>

생성자

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

명시적 인터페이스 구현

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

적용 대상