Compartir a través de


MemoryCodec<T> Clase

Definición

Serializador para Memory<T>.

[Orleans.RegisterSerializer]
public sealed class MemoryCodec<T> : Orleans.Serialization.Codecs.IFieldCodec<Memory<T>>
[<Orleans.RegisterSerializer>]
type MemoryCodec<'T> = class
    interface IFieldCodec<Memory<'T>>
    interface IFieldCodec
Public NotInheritable Class MemoryCodec(Of T)
Implements IFieldCodec(Of Memory(Of T))

Parámetros de tipo

T

El tipo de elemento.

Herencia
MemoryCodec<T>
Atributos
Implementaciones

Se aplica a