Package

scala.pickling

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. trait ArrayObjectOutput extends ObjectOutput

    Permalink

    An ObjectOutput that enables access to the written data using array-valued fields.

  2. class GenObjectInput extends ObjectInput

    Permalink
  3. case class GenObjectOutput(booleanArrBuf: ArrayBuffer[Boolean] = new ArrayBuffer[Boolean], byteArrBuf: ArrayBuffer[Int] = new ArrayBuffer[Int], charArrBuf: ArrayBuffer[Int] = new ArrayBuffer[Int], doubleArrBuf: ArrayBuffer[Double] = new ArrayBuffer[Double], floatArrBuf: ArrayBuffer[Float] = new ArrayBuffer[Float], intArrBuf: ArrayBuffer[Int] = new ArrayBuffer[Int], longArrBuf: ArrayBuffer[Long] = new ArrayBuffer[Long], shortArrBuf: ArrayBuffer[Int] = new ArrayBuffer[Int], arrByteArrBuf: ArrayBuffer[Array[Byte]] = new ArrayBuffer[Array[Byte]], anyRefArrBuf: ArrayBuffer[Any] = new ArrayBuffer[Any], stringArrBuf: ArrayBuffer[String] = new ArrayBuffer[String]) extends ObjectOutput with Product with Serializable

    Permalink

Value Members

  1. object Externalizables

    Permalink

Ungrouped