ByteStringCodec Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 IFieldCodecPublic 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. |