Поделиться через


GeneralizedValueTypeSurrogateCodec<TField,TSurrogate> Класс

Определение

Суррогатный сериализатор для TField и всех подтипов.

public abstract class GeneralizedValueTypeSurrogateCodec<TField,TSurrogate> : Orleans.Serialization.Codecs.IFieldCodec<TField> where TField : struct where TSurrogate : struct
type GeneralizedValueTypeSurrogateCodec<'Field, 'Surrogate (requires 'Field : struct and 'Surrogate : struct)> = class
    interface IFieldCodec<'Field (requires 'Field : struct)>
    interface IFieldCodec
Public MustInherit Class GeneralizedValueTypeSurrogateCodec(Of TField, TSurrogate)
Implements IFieldCodec(Of TField)

Параметры типа

TField

Тип, поддерживаемый реализацией этого класса.

TSurrogate

Суррогатный тип, сериализованный вместо TField.

Наследование
GeneralizedValueTypeSurrogateCodec<TField,TSurrogate>
Производный
Реализации

Конструкторы

GeneralizedValueTypeSurrogateCodec<TField,TSurrogate>(IValueSerializer<TSurrogate>)

Инициализирует новый экземпляр класса GeneralizedValueTypeSurrogateCodec<TField,TSurrogate>.

Методы

ConvertFromSurrogate(TSurrogate)

Преобразует значение из суррогатного типа в тип поля.

ConvertToSurrogate(TField, TSurrogate)

Преобразует значение в суррогатный тип.

ReadValue<TInput>(Reader<TInput>, Field)

Считывает значение.

WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, TField)

Записывает поле.

Применяется к