Packages

implicit object format extends ConstFormat[Spec]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. format
  2. ConstFormat
  3. ConstReader
  4. Format
  5. Reader
  6. TFormat
  7. Writer
  8. TReader
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def read(in: DataInput): Spec
    Definition Classes
    formatReader
  2. final def readT(in: DataInput)(implicit tx: Any): Spec
    Definition Classes
    ConstReaderTReader
  3. def write(v: Spec, out: DataOutput): Unit
    Definition Classes
    formatWriter