Edytuj

Udostępnij za pośrednictwem


Codec_EventHubBatchContainer Class

Definition

public sealed class Codec_EventHubBatchContainer : Orleans.Serialization.Codecs.IFieldCodec<Orleans.Streaming.EventHubs.EventHubBatchContainer>, Orleans.Serialization.Serializers.IBaseCodec<Orleans.Streaming.EventHubs.EventHubBatchContainer>
type Codec_EventHubBatchContainer = class
    interface IFieldCodec<EventHubBatchContainer>
    interface IFieldCodec
    interface IBaseCodec<EventHubBatchContainer>
    interface IBaseCodec
Public NotInheritable Class Codec_EventHubBatchContainer
Implements IBaseCodec(Of EventHubBatchContainer), IFieldCodec(Of EventHubBatchContainer)
Inheritance
Codec_EventHubBatchContainer
Implements

Constructors

Codec_EventHubBatchContainer(IActivator<EventHubBatchContainer>, ICodecProvider)

Methods

Deserialize<TReaderInput>(Reader<TReaderInput>, EventHubBatchContainer)
ReadValue<TReaderInput>(Reader<TReaderInput>, Field)
Serialize<TBufferWriter>(Writer<TBufferWriter>, EventHubBatchContainer)
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, EventHubBatchContainer)

Applies to