in scala.io.BytePickle
class SPU

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 this

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]