FSharpListCodec<T> Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
[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
- Herencia
-
GeneralizedReferenceTypeSurrogateCodec<Microsoft.FSharp.Collections.FSharpList<T>,FSharpListSurrogate<T>>FSharpListCodec<T>
- Atributos
Constructores
FSharpListCodec<T>(IValueSerializer<FSharpListSurrogate<T>>) |
Métodos
ConvertFromSurrogate(FSharpListSurrogate<T>) | |
ConvertFromSurrogate(TSurrogate) |
Convierte un valor del tipo suplente en el tipo de campo. (Heredado de GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
ConvertToSurrogate(FSharpList<T>, FSharpListSurrogate<T>) | |
ConvertToSurrogate(TField, TSurrogate) |
Convierte un valor en el tipo suplente. (Heredado de GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
ReadValue<TInput>(Reader<TInput>, Field) |
Lee un valor. (Heredado de GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, TField) |
Escribe un campo. (Heredado de GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |