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

/openjdk7/jdk/test/javax/management/MBeanInfo/
H A DNullInfoArraysTest.java87 writeSerial(w, new MBeanInfo(null, null, null, null, null, null));
88 writeSerial(w, new ModelMBeanInfoSupport(null, null, null, null, null,
90 writeSerial(w, new OpenMBeanInfoSupport(null, null, null, null, null,
99 private static void writeSerial(PrintWriter w, Object o) throws Exception { method in class:NullInfoArraysTest
/openjdk7/jdk/test/java/lang/invoke/
H A DMethodTypeTest.java416 private static byte[] writeSerial(Object x) throws java.io.IOException { method in class:MethodTypeTest
434 byte[] wire = writeSerial(x);
543 wire = writeSerial(mt);

Completed in 43 milliseconds