Redigera

Dela via


ByteStringCodec Class

Definition

Serializer for Google.Protobuf.ByteString.

[Orleans.RegisterSerializer]
public sealed class ByteStringCodec : Orleans.Serialization.Codecs.IFieldCodec<Google.Protobuf.ByteString>
[<Orleans.RegisterSerializer>]
type ByteStringCodec = class
    interface IFieldCodec<ByteString>
    interface IFieldCodec
Public NotInheritable Class ByteStringCodec
Implements IFieldCodec(Of ByteString)
Inheritance
ByteStringCodec
Attributes
Implements
IFieldCodec IFieldCodec<Google.Protobuf.ByteString>

Constructors

ByteStringCodec()

Explicit Interface Implementations

IFieldCodec<ByteString>.ReadValue<TInput>(Reader<TInput>, Field)

Reads a value.

IFieldCodec<ByteString>.WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, ByteString)

Writes a field.

Applies to