DateOptionPickler

object DateOptionPickler extends OptionPickler[Date]
class OptionPickler[Date]
class Pickler[Option[Date]]
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

def pickle(x: Option[Date]): Array[Byte]
Inherited from
OptionPickler
def unpickle(a: Array[Byte], from: Int): (Option[Date], Int)
Inherited from
OptionPickler
final def unpickle(a: Array[Byte]): Option[Date]
Inherited from
Pickler