Impossible to call in Scala, no value can be typed Nothing
Impossible to call in Scala, no value can be typed Nothing
The fast type tag associated with this unpickler.
The fast type tag associated with this unpickler.
Don't call unpickle, Nothing cannot be unpickled.
Don't call unpickle, Nothing cannot be unpickled.
The FastTypeTag[_].key that was serialized with the entry *or* the type hint which was provided when reading. This is generally used by abstract type Unpicklers to delegate to the appropriate concrete unpickler.
The reader we can grab fields, primitives or collection items out of.
Any an instance of the type we've unpickled.
A mechanism of unpickling that also includes calling beginEntry()/endEntry().
A mechanism of unpickling that also includes calling beginEntry()/endEntry(). Note: We assume anyone calling this will hint "staticallyElided" or "dynamicallyElided" if needed. Each Unpickler should make no assumptions about its own type.