scala.pickling

binary

package binary

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

Type Members

  1. abstract class AbstractBinaryReader extends AnyRef

  2. class BinaryInputStreamReader extends AbstractBinaryReader with PReader with PickleTools

  3. abstract class BinaryPickle extends Pickle

  4. case class BinaryPickleArray(data: Array[Byte]) extends BinaryPickle with Product with Serializable

  5. final class BinaryPickleBuilder extends PBuilder with PickleTools

  6. class BinaryPickleFormat extends PickleFormat with Constants

  7. class BinaryPickleReader extends AbstractBinaryReader with PReader with PickleTools

  8. case class BinaryPickleStream(input: InputStream) extends BinaryPickle with Product with Serializable

  9. trait Constants extends AnyRef

Value Members

  1. object BinaryPickle

  2. object UnsafeMemory

  3. object Util

  4. implicit val pickleFormat: BinaryPickleFormat

  5. implicit def toBinaryPickle(value: Array[Byte]): BinaryPickle

  6. implicit def toUnpickleOps(value: Array[Byte]): UnpickleOps

Inherited from AnyRef

Inherited from Any

Ungrouped