PojoWithSerializeWith pojo = new PojoWithSerializeWith(17, "k1");
assertTrue(marshaller.isMarshallable(pojo));
}
public void testIsMarshallableJBossExternalizeAnnotation() throws Exception {
PojoWithJBossExternalize pojo = new PojoWithJBossExternalize(34, "k2");
assertTrue(marshaller.isMarshallable(pojo));
}