package serial
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- serial
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait ByteArrayStream extends AnyRef
- trait DataInput extends java.io.DataInput with RandomAccess
- trait DataOutput extends java.io.DataOutput with RandomAccess
- trait ImmutableReader [+A] extends Reader[Any, Any, A]
- trait ImmutableSerializer [A] extends ImmutableReader[A] with Serializer[Any, Any, A]
- trait RandomAccess extends AnyRef
- trait Reader [-Tx, -Acc, +A] extends AnyRef
- trait Serializer [-Tx, -Acc, A] extends Reader[Tx, Acc, A] with Writer[A]
- trait Writable extends AnyRef
- trait Writer [-A] extends AnyRef
Value Members
-
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
ByteandShort.Specialization group consisting of all specializable types except
ByteandShort.(AnyRef specialization seems currently disabled in Scala)
- object DataInput
- object DataOutput
- object ImmutableSerializer
- object Serializer