object BytesReader extends Reader[Array[Byte]]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BytesReader
  2. Reader
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def read(bytes: Array[Byte]): Array[Byte]

    Deserializes an array of bytes to the expected type.

    Deserializes an array of bytes to the expected type.

    bytes

    the array of bytes

    returns

    the deserialized type

    Definition Classes
    Reader
    Exceptions thrown

    [[scredis.exceptions.RedisReaderException]] if an error occurs