NullableCodec<T> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Sérialiseur pour Nullable<T>.
[Orleans.RegisterSerializer]
public sealed class NullableCodec<T> : Orleans.Serialization.Codecs.IFieldCodec<T?> where T : struct
[<Orleans.RegisterSerializer>]
type NullableCodec<'T (requires 'T : struct)> = class
interface IFieldCodec<Nullable<'T>>
interface IFieldCodec
Public NotInheritable Class NullableCodec(Of T)
Implements IFieldCodec(Of Nullable(Of T))
Paramètres de type
- T
Type de l’élément.
- Héritage
-
NullableCodec<T>
- Attributs
- Implémente
Constructeurs
NullableCodec<T>(IFieldCodec<T>) |
Initialise une nouvelle instance de la classe NullableCodec<T>. |
Méthodes
ReadValue<TInput>(Reader<TInput>, Field) |
Lit une valeur. |
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, Nullable<T>) |
Écrit un champ. |