Unpickler
extends ObjectProvides methods to unpickle Expr and Type trees.
Supertypes
ObjectMembers
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