GeneralizedValueTypeSurrogateCodec<TField,TSurrogate> 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
및 모든 하위 형식에 대한 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>
- 파생
- 구현
-
IFieldCodec IFieldCodec<TField>
생성자
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) |
필드를 씁니다. |