SByteCodec 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 SByte.
[Orleans.RegisterSerializer]
public sealed class SByteCodec : Orleans.Serialization.Codecs.IFieldCodec<sbyte>
[<Orleans.RegisterSerializer>]
type SByteCodec = class
interface IFieldCodec<sbyte>
interface IFieldCodec
Public NotInheritable Class SByteCodec
Implements IFieldCodec(Of SByte)
- Inheritance
-
SByteCodec
- Attributes
- Implements
Constructors
SByteCodec() |
Methods
ReadValue<TInput>(Reader<TInput>, Field) |
Reads a value. |
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, SByte) |
Writes a field without type info (expected type is statically known). |
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, SByte, Type) |
Writes a field. |
Explicit Interface Implementations
IFieldCodec<SByte>.ReadValue<TInput>(Reader<TInput>, Field) |
Reads a value. |
IFieldCodec<SByte>.WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, SByte) |
Writes a field. |