UnpickleMode

sealed trait UnpickleMode

Define the expected format of the tasty bytes

  • TopLevel: Tasty that contains a full class nested in its package
  • Term: Tasty that contains only a term tree
  • TypeTree: Tasty that contains only a type tree or a reference to a type
Companion
object
class Object
trait Matchable
class Any
object TopLevel
object Term
object TypeTree