Package net.buffalo.protocal.converters.basic

Examples of net.buffalo.protocal.converters.basic.NullConverter.unmarshal()


    assertEquals(new Long(710010098), d);
  }
 
  public void testCouldGetNull() throws Exception {
    NullConverter nd = new NullConverter();
    assertNull(nd.unmarshal(TestUtils.createStreamReader("<null></null>"), null));
    assertNull(nd.unmarshal(TestUtils.createStreamReader("<null></null>"), null));
  }
 
 
 
View Full Code Here


  }
 
  public void testCouldGetNull() throws Exception {
    NullConverter nd = new NullConverter();
    assertNull(nd.unmarshal(TestUtils.createStreamReader("<null></null>"), null));
    assertNull(nd.unmarshal(TestUtils.createStreamReader("<null></null>"), null));
  }
 
 
 
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.