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

Packages that use UnableToSerializeException
net.derquinse.common.test   
 

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> T
GsonSerializabilityTests.check(Gson gson, T obj)
          Checks serializability of one object and equality of the provided instance and the deserialized one.
static
<T> T
GsonSerializabilityTests.check(Gson gson, T obj, Type type)
          Checks serializability of one object and equality of the provided instance and the deserialized one.
static
<T> T
GsonSerializabilityTests.check(Gson gson, T obj, Type type, boolean equality)
          Checks serializability of one object and (if desired) equality of the provided instance and the deserialized one.
static
<T> T
GsonSerializabilityTests.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)
          Checks serializability of one object and equality of the provided instance and the deserialized one.
static
<T> T
GsonSerializabilityTests.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
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> T
GsonSerializabilityTests.check(T obj, Type type)
          Checks serializability of one object and equality of the provided instance and the deserialized one.
static
<T> T
GsonSerializabilityTests.check(T obj, Type type, 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 Derquinse Projects. All Rights Reserved.