174175176177178179180181182183184
add(new Integer(32)); add("foo"); add(new Boolean(true)); } }; assertEquals(l, d.readList()); l.clear(); assertEquals(l, d.readList()); } @SuppressWarnings({ "rawtypes", "unchecked" })
176177178179180181182183184185186
add(new Boolean(true)); } }; assertEquals(l, d.readList()); l.clear(); assertEquals(l, d.readList()); } @SuppressWarnings({ "rawtypes", "unchecked" }) @Test public void testMaps() throws IOException