de.sciss

serial

package serial

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. serial
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait ByteArrayStream extends AnyRef

  2. trait DataInput extends java.io.DataInput with RandomAccess

  3. trait DataOutput extends java.io.DataOutput with RandomAccess

  4. trait ImmutableReader[+A] extends Reader[Any, Any, A]

  5. trait ImmutableSerializer[A] extends ImmutableReader[A] with Serializer[Any, Any, A]

  6. trait RandomAccess extends AnyRef

  7. trait Reader[-Tx, -Acc, +A] extends AnyRef

  8. trait Serializer[-Tx, -Acc, A] extends Reader[Tx, Acc, A] with Writer[A]

  9. trait Writable extends AnyRef

  10. trait Writer[-A] extends AnyRef

Value Members

  1. object DataInput

  2. object DataOutput

  3. object ImmutableSerializer

  4. object Serializer

  5. val SpecGroup: Group[(Int.type, Long.type, Float.type, Double.type, Char.type, Boolean.type, Unit.type)]

    Specialization group consisting of all specializable types except Byte and Short.

    Specialization group consisting of all specializable types except Byte and Short.

    (AnyRef specialization seems currently disabled in Scala)

  6. package impl

Inherited from AnyRef

Inherited from Any

Ungrouped