You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider the unit test below. The test fails with NotSerializableException. However if i switch to java serialiazation mechanism everything works as expected.
Consider the unit test below. The test fails with NotSerializableException. However if i switch to java serialiazation mechanism everything works as expected.
import java.util.List;
import org.apache.jdbm.DB;
import org.apache.jdbm.DBMaker;
import org.joda.time.DateTime;
import org.junit.Test;
public class JDBMTester {
}
The text was updated successfully, but these errors were encountered: