ListCodec<T> Класс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Сериализатор для List<T>.
[Orleans.RegisterSerializer]
public sealed class ListCodec<T> : Orleans.Serialization.Codecs.IFieldCodec<System.Collections.Generic.List<T>>
[Orleans.RegisterSerializer]
public sealed class ListCodec<T> : Orleans.Serialization.Codecs.IFieldCodec<System.Collections.Generic.List<T>>, Orleans.Serialization.Serializers.IBaseCodec<System.Collections.Generic.List<T>>
[<Orleans.RegisterSerializer>]
type ListCodec<'T> = class
interface IFieldCodec<List<'T>>
interface IFieldCodec
[<Orleans.RegisterSerializer>]
type ListCodec<'T> = class
interface IFieldCodec<List<'T>>
interface IFieldCodec
interface IBaseCodec<List<'T>>
interface IBaseCodec
Public NotInheritable Class ListCodec(Of T)
Implements IFieldCodec(Of List(Of T))
Public NotInheritable Class ListCodec(Of T)
Implements IBaseCodec(Of List(Of T)), IFieldCodec(Of List(Of T))
Параметры типа
- T
Тип элемента.
- Наследование
-
ListCodec<T>
- Атрибуты
- Реализации
Конструкторы
ListCodec<T>(IFieldCodec<T>) |
Инициализирует новый экземпляр класса ListCodec<T>. |
Методы
Deserialize<TInput>(Reader<TInput>, List<T>) |
Сериализатор для List<T>. |
ReadValue<TInput>(Reader<TInput>, Field) |
Считывает значение. |
Serialize<TBufferWriter>(Writer<TBufferWriter>, List<T>) |
Сериализатор для List<T>. |
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, List<T>) |
Записывает поле. |