| Modifier and Type | Method and Description |
|---|---|
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> |
SerializabilityTests.check(T obj)
Checks serializability of one object and equality of the provided instance and the deserialized
one.
|
static <T extends Serializable> |
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> |
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> |
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> |
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> |
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 © 2014. All rights reserved.