- hessian1(T, boolean) - Static method in class net.derquinse.common.test.HessianSerializabilityTests
-
Checks serializability of one object and (if desired) equality of the provided instance and the
deserialized one using Hessian 1.
- hessian1(T) - Static method in class net.derquinse.common.test.HessianSerializabilityTests
-
Checks serializability of one object and equality of the provided instance and the deserialized
one using Hessian 1.
- hessian2(T, boolean) - Static method in class net.derquinse.common.test.HessianSerializabilityTests
-
Checks serializability of one object and (if desired) equality of the provided instance and the
deserialized one using Hessian 2.
- hessian2(T) - Static method in class net.derquinse.common.test.HessianSerializabilityTests
-
Checks serializability of one object and equality of the provided instance and the deserialized
one using Hessian 2.
- HessianSerializabilityTests - Class in net.derquinse.common.test
-
Hessian serializability support methods.