Searched refs:BeanPersistenceDelegate (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/beans/XMLEncoder/6380849/
H A DBeanPersistenceDelegate.java3 public class BeanPersistenceDelegate class in inherits:DefaultPersistenceDelegate
H A DTestPersistenceDelegate.java42 ENCODER.setPersistenceDelegate(type, new BeanPersistenceDelegate());
43 test(type, BeanPersistenceDelegate.class);
47 test(Bean.class, BeanPersistenceDelegate.class);
48 test(BeanPersistenceDelegate.class, BeanPersistenceDelegate.class);

Completed in 1194 milliseconds