ImmutableListCodec<T> Класс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Сериализатор для ImmutableList<T>.
[Orleans.RegisterSerializer]
public sealed class ImmutableListCodec<T> : Orleans.Serialization.Codecs.GeneralizedReferenceTypeSurrogateCodec<System.Collections.Immutable.ImmutableList<T>,Orleans.Serialization.Codecs.ImmutableListSurrogate<T>>
[<Orleans.RegisterSerializer>]
type ImmutableListCodec<'T> = class
inherit GeneralizedReferenceTypeSurrogateCodec<ImmutableList<'T>, ImmutableListSurrogate<'T>>
Public NotInheritable Class ImmutableListCodec(Of T)
Inherits GeneralizedReferenceTypeSurrogateCodec(Of ImmutableList(Of T), ImmutableListSurrogate(Of T))
Параметры типа
- T
Тип элемента.
- Наследование
-
ImmutableListCodec<T>
- Атрибуты
Конструкторы
ImmutableListCodec<T>(IValueSerializer<ImmutableListSurrogate<T>>) |
Инициализирует новый экземпляр класса ImmutableListCodec<T>. |
Методы
ConvertFromSurrogate(ImmutableListSurrogate<T>) |
Сериализатор для ImmutableList<T>. |
ConvertFromSurrogate(TSurrogate) |
Преобразует значение из суррогатного типа в тип поля. (Унаследовано от GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
ConvertToSurrogate(ImmutableList<T>, ImmutableListSurrogate<T>) |
Сериализатор для ImmutableList<T>. |
ConvertToSurrogate(TField, TSurrogate) |
Преобразует значение в суррогатный тип. (Унаследовано от GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
ReadValue<TInput>(Reader<TInput>, Field) |
Считывает значение. (Унаследовано от GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, TField) |
Записывает поле. (Унаследовано от GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>) |