O object

Unpickler

extends Object with Serializable

Provides methods to unpickle Expr and Type trees.

Supertypes

Object, Serializable

Members

type 

PickledArgs

 = Seq[Seq[Any] => Any]

type 

PickledQuote

 = List[String]

def 

unpickleExpr

[T] ( repr: PickledQuote args: PickledArgs ) : implicit QuoteContext => Expr[T]

Unpickle repr which represents a pickled Expr tree, replacing splice nodes with args

Unpickle repr which represents a pickled Expr tree, replacing splice nodes with args

def 

unpickleType

[T] ( repr: PickledQuote args: PickledArgs ) : implicit QuoteContext => Type[T]

Unpickle repr which represents a pickled Type tree, replacing splice nodes with args

Unpickle repr which represents a pickled Type tree, replacing splice nodes with args