array containing not serializable element | 3 ms | Passed |
crazy nested objects | 3 ms | Passed |
cycles (should not loop forever) | 2 ms | Passed |
externalizable class writing out not serializable object | 3 ms | Passed |
externalizable class writing out serializable objects | 3 ms | Passed |
improveException | 2 ms | Passed |
improveException with error in debugger | 12 ms | Passed |
nested arrays | 1 ms | Passed |
nested objects | 1 ms | Passed |
no infinite loop with writeReplace() which returns class of its own type | 3 ms | Passed |
non-primitive arrays | 2 ms | Passed |
object containing not serializable field | 2 ms | Passed |
object containing writeObject() and not serializable field | 18 ms | Passed |
object containing writeObject() and serializable field | 1 ms | Passed |
object containing writeReplace() which returns not serializable object | 4 ms | Passed |
object containing writeReplace() which returns serializable object | 1 ms | Passed |
object of serializable subclass with more fields than superclass (SPARK-7180) | 2 ms | Passed |
primitive arrays | 2 ms | Passed |
primitives, strings, and nulls | 6 ms | Passed |
root object not serializable | 2 ms | Passed |
serializable object | 2 ms | Passed |