Instance Constructors
-
new
DefaultRuntimePicklerGenerator(reflectionLock: ReentrantLock)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
genPickler(classLoader: ClassLoader, clazz: Class[_], tag: FastTypeTag[_])(implicit share: Share): Pickler[_]
-
def
genUnpickler(mirror: Mirror, tagKey: String)(implicit share: Share): Unpickler[_]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
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