FSharpListCodec<T> 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 FSharpListCodec<T> : Orleans.Serialization.Codecs.GeneralizedReferenceTypeSurrogateCodec<Microsoft.FSharp.Collections.FSharpList<T>,Orleans.Serialization.FSharpListSurrogate<T>>
[<Orleans.RegisterSerializer>]
type FSharpListCodec<'T> = class
inherit GeneralizedReferenceTypeSurrogateCodec<List<'T>, FSharpListSurrogate<'T>>
Public Class FSharpListCodec(Of T)
Inherits GeneralizedReferenceTypeSurrogateCodec(Of FSharpList(Of T), FSharpListSurrogate(Of T))
Parâmetros de tipo
- T
- Herança
-
GeneralizedReferenceTypeSurrogateCodec<Microsoft.FSharp.Collections.FSharpList<T>,FSharpListSurrogate<T>>FSharpListCodec<T>
- Atributos
Construtores
FSharpListCodec<T>(IValueSerializer<FSharpListSurrogate<T>>) |
Métodos
ConvertFromSurrogate(FSharpListSurrogate<T>) | |
ConvertFromSurrogate(TSurrogate) |
Converte um valor do tipo alternativo para o tipo de campo. (Herdado de GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
ConvertToSurrogate(FSharpList<T>, FSharpListSurrogate<T>) | |
ConvertToSurrogate(TField, TSurrogate) |
Converte um valor no tipo alternativo. (Herdado de GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
ReadValue<TInput>(Reader<TInput>, Field) |
Lê um valor. (Herdado de GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, TField) |
Grava um campo. (Herdado de GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |