Edit

Share via


MemoryCodec<T> Class

Definition

Serializer for 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))

Type Parameters

T

The element type.

Inheritance
MemoryCodec<T>
Attributes
Implements

Applies to