|
Scala Library
|
|
scala/io/BytePickle.scala]
abstract
class
SPU[T]
extends AnyRef| Method Summary | |
abstract def
|
appP (a : T, state : PicklerState) : PicklerState |
abstract def
|
appU (state : UnPicklerState) : (T, UnPicklerState) |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
abstract
def
appP(a : T, state : PicklerState) : PicklerState
abstract
def
appU(state : UnPicklerState) : (T, UnPicklerState)
|
Scala Library
|
|