Class

scala.pickling.internal

DefaultRuntimePicklerGenerator

Related Doc: package internal

Permalink

class DefaultRuntimePicklerGenerator extends RuntimePicklerGenerator with CustomRuntime

Default implementation of a runtime pickler generator

TODO - There is still something off here compared to the hardcoded versions.

[error] scala.pickling.array.json.ArrayJsonTest [error] scala.pickling.externalizable.mapstatus.MapStatusTest [error] scala.pickling.runtimenulltest.NullRuntimeTest [error] scala.pickling.runtime.RuntimeArrayTests [error] scala.pickling.test.collection.WrappedArrayTest [error] scala.pickling.array.binary.ArrayBinaryTest [error] scala.pickling.test.runtime.array.RuntimeArrayTest

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DefaultRuntimePicklerGenerator
  2. CustomRuntime
  3. RuntimePicklerGenerator
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefaultRuntimePicklerGenerator(reflectionLock: ReentrantLock)

    Permalink

Type Members

  1. class Tuple2RuntimeKnownTagUnpickler[L, R] extends AbstractUnpickler[(L, R)]

    Permalink

    Actual runtime Unpickler of tuples whose types are known.

    Actual runtime Unpickler of tuples whose types are known.

    Don't extend AbstractUnpickler because it is registered in RuntimePicklerRegistry with custom names.

    Definition Classes
    CustomRuntime

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Tuple2RuntimePicklerUnpickler extends AbstractPicklerUnpickler[(Any, Any)]

    Permalink

    Runtime Pickler and Unpickler of tuple with unknown types.

    Runtime Pickler and Unpickler of tuple with unknown types.

    Definition Classes
    CustomRuntime
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def genPickler(classLoader: ClassLoader, clazz: Class[_], tag: FastTypeTag[_])(implicit share: Share): Pickler[_]

    Permalink

    Create a new pickler using the given tagKey.

    Create a new pickler using the given tagKey.

    Definition Classes
    DefaultRuntimePicklerGeneratorRuntimePicklerGenerator
  11. def genUnpickler(mirror: Mirror, tagKey: String)(implicit share: Share): Unpickler[_]

    Permalink

    Create a new unpickler using the given tagKey.

    Create a new unpickler using the given tagKey.

    Definition Classes
    DefaultRuntimePicklerGeneratorRuntimePicklerGenerator
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def mkRuntimeTravPickler[C](elemClass: Class[_], elemTag: FastTypeTag[_], collTag: FastTypeTag[_], elemPickler0: Pickler[_], elemUnpickler0: Unpickler[_])(implicit ev: (C) ⇒ Traversable[_]): AbstractPicklerUnpickler[C] { ... /* 3 definitions in type refinement */ }

    Permalink

    Runtime Pickler and Unpickler for any Traversable.

    Runtime Pickler and Unpickler for any Traversable.

    C

    Collection type

    elemClass

    Elem runtime class

    elemTag

    Elem tag type

    collTag

    Collection tag type

    Definition Classes
    CustomRuntime
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  21. val tuplePicklerGenerator: PicklerGen[(Any, Any)]

    Permalink
    Definition Classes
    CustomRuntime
  22. val tupleUnpicklerGenerator: UnpicklerGen[(Any, Any)]

    Permalink
    Definition Classes
    CustomRuntime
  23. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from CustomRuntime

Inherited from RuntimePicklerGenerator

Inherited from AnyRef

Inherited from Any

Ungrouped