}
@Override
public Object deserialize(final byte[] data)
{
ThreadContext old = ThreadContext.get(false);
final ByteArrayInputStream in = new ByteArrayInputStream(data);
ObjectInputStream ois = null;
try
{
Application oldApplication = ThreadContext.getApplication();