o

scredis.serialization

BooleanReader

object BooleanReader extends Reader[Boolean]

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

Value Members

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

    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