Packages

implicit object BooleanSerDe extends SerDe[Boolean]

SerDe for booleans.

Linear Supertypes
SerDe[Boolean], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BooleanSerDe
  2. SerDe
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def deserialize(bf: ByteArrayInputStream): Boolean
    Definition Classes
    BooleanSerDeSerDe
  2. def serialize(bf: ByteArrayOutputStream, value: Boolean): Unit
    Definition Classes
    BooleanSerDeSerDe