scala
.
pickling
binary
package
binary
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
binary
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Type Members
abstract
class
AbstractBinaryReader
extends
AnyRef
class
BinaryInputStreamReader
extends
AbstractBinaryReader
with
PReader
with
PickleTools
abstract
class
BinaryPickle
extends
Pickle
case class
BinaryPickleArray
(
data:
Array
[
Byte
]
)
extends
BinaryPickle
with
Product
with
Serializable
final
class
BinaryPickleBuilder
extends
PBuilder
with
PickleTools
class
BinaryPickleFormat
extends
PickleFormat
with
Constants
class
BinaryPickleReader
extends
AbstractBinaryReader
with
PReader
with
PickleTools
case class
BinaryPickleStream
(
input:
InputStream
)
extends
BinaryPickle
with
Product
with
Serializable
trait
Constants
extends
AnyRef
Value Members
object
BinaryPickle
object
UnsafeMemory
object
Util
implicit
val
pickleFormat
:
BinaryPickleFormat
implicit
def
toBinaryPickle
(
value:
Array
[
Byte
]
)
:
BinaryPickle
implicit
def
toUnpickleOps
(
value:
Array
[
Byte
]
)
:
UnpickleOps
Inherited from
AnyRef
Inherited from
Any
Ungrouped