GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate> Класс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Суррогатный сериализатор для TField
и всех подтипов.
public abstract class GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate> : Orleans.Serialization.Codecs.IDerivedTypeCodec, Orleans.Serialization.Codecs.IFieldCodec<TField> where TField : class where TSurrogate : struct
type GeneralizedReferenceTypeSurrogateCodec<'Field, 'Surrogate (requires 'Field : null and 'Surrogate : struct)> = class
interface IFieldCodec<'Field (requires 'Field : null)>
interface IFieldCodec
interface IDerivedTypeCodec
Public MustInherit Class GeneralizedReferenceTypeSurrogateCodec(Of TField, TSurrogate)
Implements IDerivedTypeCodec, IFieldCodec(Of TField)
Параметры типа
- TField
Тип, поддерживаемый реализацией этого класса.
- TSurrogate
Суррогатный тип, сериализованный вместо TField
.
- Наследование
-
GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>
- Производный
- Реализации
Конструкторы
GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>(IValueSerializer<TSurrogate>) |
Инициализирует новый экземпляр класса GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>. |
Методы
ConvertFromSurrogate(TSurrogate) |
Преобразует значение из суррогатного типа в тип поля. |
ConvertToSurrogate(TField, TSurrogate) |
Преобразует значение в суррогатный тип. |
ReadValue<TInput>(Reader<TInput>, Field) |
Считывает значение. |
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, TField) |
Записывает поле. |