|
Scala 2.3.2
|
abstract
class
SPU
[t]
extends
java.lang.Object
with
scala.ScalaObject
Constructor Summary | |
def
this
|
Def Summary | |
abstract
|
def
appP
(a: t, state: BytePickle.this.PicklerState)
: BytePickle.this.PicklerState
|
abstract
|
def
appU
(state: BytePickle.this.UnPicklerState)
: scala.Tuple2[t, BytePickle.this.UnPicklerState]
|
Constructor Detail |
Def Detail |
abstract
def
appP
(a: t, state: BytePickle.this.PicklerState): BytePickle.this.PicklerState
abstract
def
appU
(state: BytePickle.this.UnPicklerState): scala.Tuple2[t, BytePickle.this.UnPicklerState]