Skip to content

Reader<TInput>

struct

Namespace: Orleans.Serialization.Buffers

Provides functionality for parsing data from binary input.
public struct Reader<TInput>

Properties

  • Length Gets the input length.
  • Position Gets the current reader position.
  • Session Gets the serializer session.

Methods