scala
.
pickling
fastbinary
package
fastbinary
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
fastbinary
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
class
FastArrayOutput
extends
ArrayOutput
[
Byte
]
final
class
FastOutputStreamOutput
extends
FastArrayOutput
Value Members
object
BinaryPickle
object
FastArrayOutput
implicit
val
pickleFormat
:
BinaryPickleFormat
implicit
def
toBinaryPickle
(
value:
Array
[
Byte
]
)
:
BinaryPickle
Inherited from
AnyRef
Inherited from
Any
Ungrouped