Class

scala.pickling.binary

BinaryPickleFormat

Related Doc: package binary

Permalink

class BinaryPickleFormat extends PickleFormat with Constants

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BinaryPickleFormat
  2. Constants
  3. PickleFormat
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BinaryPickleFormat()

    Permalink

Type Members

  1. type OutputType = BinaryOutput

    Permalink

    An output through which we can serialize objects in a streaming fashion.

    An output through which we can serialize objects in a streaming fashion.

    Definition Classes
    BinaryPickleFormatPickleFormat
  2. type PickleType = BinaryPickle

    Permalink

    The type of the pickle, which stores the content of the object.

    The type of the pickle, which stores the content of the object.

    Definition Classes
    BinaryPickleFormatPickleFormat

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ELIDED_TAG: Byte

    Permalink
    Definition Classes
    Constants
  5. val KEY_ARRAY_BOOLEAN: String

    Permalink
    Definition Classes
    Constants
  6. val KEY_ARRAY_BYTE: String

    Permalink
    Definition Classes
    Constants
  7. val KEY_ARRAY_CHAR: String

    Permalink
    Definition Classes
    Constants
  8. val KEY_ARRAY_DOUBLE: String

    Permalink
    Definition Classes
    Constants
  9. val KEY_ARRAY_FLOAT: String

    Permalink
    Definition Classes
    Constants
  10. val KEY_ARRAY_INT: String

    Permalink
    Definition Classes
    Constants
  11. val KEY_ARRAY_LONG: String

    Permalink
    Definition Classes
    Constants
  12. val KEY_ARRAY_SHORT: String

    Permalink
    Definition Classes
    Constants
  13. val KEY_BOOLEAN: String

    Permalink
    Definition Classes
    Constants
  14. val KEY_BYTE: String

    Permalink
    Definition Classes
    Constants
  15. val KEY_CHAR: String

    Permalink
    Definition Classes
    Constants
  16. val KEY_DOUBLE: String

    Permalink
    Definition Classes
    Constants
  17. val KEY_FLOAT: String

    Permalink
    Definition Classes
    Constants
  18. val KEY_INT: String

    Permalink
    Definition Classes
    Constants
  19. val KEY_LONG: String

    Permalink
    Definition Classes
    Constants
  20. val KEY_NULL: String

    Permalink
    Definition Classes
    Constants
  21. val KEY_REF: String

    Permalink
    Definition Classes
    Constants
  22. val KEY_SHORT: String

    Permalink
    Definition Classes
    Constants
  23. val KEY_STRING: String

    Permalink
    Definition Classes
    Constants
  24. val KEY_UNIT: String

    Permalink
    Definition Classes
    Constants
  25. val NULL_TAG: Byte

    Permalink
    Definition Classes
    Constants
  26. val REF_TAG: Byte

    Permalink
    Definition Classes
    Constants
  27. val UNIT_TAG: Byte

    Permalink
    Definition Classes
    Constants
  28. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  29. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def createBuilder(out: OutputStream): BinaryPBuilder

    Permalink
  31. def createBuilder(out: ByteBuffer): BinaryPBuilder

    Permalink
  32. def createBuilder(out: BinaryOutput): BinaryPBuilder

    Permalink

    Create a PBuilder which should serialize objects into the output directly.

    Create a PBuilder which should serialize objects into the output directly.

    Definition Classes
    BinaryPickleFormatPickleFormat
  33. def createBuilder(): BinaryPBuilder

    Permalink

    Create a PBuilder which will serialize objects in memory, through a Pickle object.

    Create a PBuilder which will serialize objects in memory, through a Pickle object.

    Definition Classes
    BinaryPickleFormatPickleFormat
  34. def createReader(pickle: PickleType): PReader

    Permalink

    Create a reader which can take a pickle and create a structured reader for the pickle.

    Create a reader which can take a pickle and create a structured reader for the pickle.

    Definition Classes
    BinaryPickleFormatPickleFormat
  35. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  37. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  38. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  39. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  41. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  42. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  43. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  44. val nullablePrimitives: Set[String]

    Permalink
    Definition Classes
    Constants
  45. val primitives: Set[String]

    Permalink
    Definition Classes
    Constants
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  48. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Constants

Inherited from PickleFormat

Inherited from AnyRef

Inherited from Any

Ungrouped