}
public void testCouldGetLong() throws Exception {
LongConverter id = new LongConverter();
Long d = (Long)id.unmarshal(TestUtils.createStreamReader("<long>710010098</long>"), null);
assertEquals(new Long(710010098), d);
}
public void testCouldGetNull() throws Exception {
NullConverter nd = new NullConverter();