Uses of Class
net.derquinse.common.test.UnableToSerializeException

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
<T extends Serializable>
T
SerializabilityTests.check(T obj)
          Checks serializability of one object and equality of the provided instance and the deserialized one.
static
<T extends Serializable>
T
SerializabilityTests.check(T obj, boolean equality)
          Checks serializability of one object and (if desired) equality of the provided instance and the deserialized one.
static
<T extends Serializable>
T
HessianSerializabilityTests.hessian1(T obj)
          Checks serializability of one object and equality of the provided instance and the deserialized one using Hessian 1.
static
<T extends Serializable>
T
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
<T extends Serializable>
T
HessianSerializabilityTests.hessian2(T obj)
          Checks serializability of one object and equality of the provided instance and the deserialized one using Hessian 2.
static
<T extends Serializable>
T
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.
 



Copyright © 2012. All Rights Reserved.