p

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
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. 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)

  2. object DataInput
  3. object DataOutput
  4. object ImmutableSerializer
  5. object Serializer

Inherited from AnyRef

Inherited from Any

Ungrouped