|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of UnableToSerializeException in net.derquinse.common.test |
|---|
| Methods in net.derquinse.common.test that throw UnableToSerializeException | ||
|---|---|---|
static void |
HessianSerializabilityTests.both(Serializable obj)
Checks serializability of one object and equality of the provided instance and the deserialized one using both Hessian 1 and 2. |
|
static void |
HessianSerializabilityTests.both(Serializable obj,
boolean equality)
Checks serializability of one object and (if desired) equality of the provided instance and the deserialized one using both Hessian 1 and 2. |
|
static
|
SerializabilityTests.check(T obj)
Checks serializability of one object and equality of the provided instance and the deserialized one. |
|
static
|
SerializabilityTests.check(T obj,
boolean equality)
Checks serializability of one object and (if desired) equality of the provided instance and the deserialized one. |
|
static
|
HessianSerializabilityTests.hessian1(T obj)
Checks serializability of one object and equality of the provided instance and the deserialized one using Hessian 1. |
|
static
|
HessianSerializabilityTests.hessian1(T obj,
boolean equality)
Checks serializability of one object and (if desired) equality of the provided instance and the deserialized one using Hessian 1. |
|
static
|
HessianSerializabilityTests.hessian2(T obj)
Checks serializability of one object and equality of the provided instance and the deserialized one using Hessian 2. |
|
static
|
HessianSerializabilityTests.hessian2(T obj,
boolean equality)
Checks serializability of one object and (if desired) equality of the provided instance and the deserialized one using Hessian 2. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||