scala.pickling

fastbinary

package fastbinary

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. fastbinary
  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. class FastArrayOutput extends ArrayOutput[Byte]

  10. final class FastOutputStreamOutput extends FastArrayOutput

Value Members

  1. object BinaryPickle

  2. object FastArrayOutput

  3. implicit val pickleFormat: BinaryPickleFormat

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

Inherited from AnyRef

Inherited from Any

Ungrouped