FSharpSetCodec<T> Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
[Orleans.RegisterSerializer]
public class FSharpSetCodec<T> : Orleans.Serialization.Codecs.GeneralizedReferenceTypeSurrogateCodec<Microsoft.FSharp.Collections.FSharpSet<T>,Orleans.Serialization.FSharpSetSurrogate<T>>
[<Orleans.RegisterSerializer>]
type FSharpSetCodec<'T> = class
inherit GeneralizedReferenceTypeSurrogateCodec<Set<'T>, FSharpSetSurrogate<'T>>
Public Class FSharpSetCodec(Of T)
Inherits GeneralizedReferenceTypeSurrogateCodec(Of FSharpSet(Of T), FSharpSetSurrogate(Of T))
Parametri di tipo
- T
- Ereditarietà
-
GeneralizedReferenceTypeSurrogateCodec<Microsoft.FSharp.Collections.FSharpSet<T>,FSharpSetSurrogate<T>>FSharpSetCodec<T>
- Attributi
Costruttori
FSharpSetCodec<T>(IValueSerializer<FSharpSetSurrogate<T>>) |
Metodi
ConvertFromSurrogate(FSharpSetSurrogate<T>) | |
ConvertFromSurrogate(TSurrogate) |
Converte un valore dal tipo surrogato al tipo di campo. (Ereditato da GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
ConvertToSurrogate(FSharpSet<T>, FSharpSetSurrogate<T>) | |
ConvertToSurrogate(TField, TSurrogate) |
Converte un valore nel tipo surrogato. (Ereditato da GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
ReadValue<TInput>(Reader<TInput>, Field) |
Legge un valore. (Ereditato da GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, TField) |
Scrive un campo. (Ereditato da GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |