Searched refs:writeObjects (Results 1 - 6 of 6) sorted by relevance

/openjdk10/jdk/test/java/rmi/MarshalledObject/
H A DMOFilterTest.java74 byte[] bytes = writeObjects(mo);
103 static byte[] writeObjects(Object... objects) throws IOException { method in class:MOFilterTest
/openjdk10/jdk/test/java/io/Serializable/serialFilter/
H A DMixedFiltersTest.java84 byte[] bytes = SerialFilterTest.writeObjects(toDeserialized);
123 byte[] bytes = SerialFilterTest.writeObjects(toDeserialized);
H A DFilterWithSecurityManagerTest.java60 bytes = SerialFilterTest.writeObjects(toDeserialized);
H A DCheckInputOrderTest.java81 byte[] bytes = SerialFilterTest.writeObjects(toDeserialized);
H A DSerialFilterTest.java236 byte[] bytes = writeObjects(object);
273 byte[] bytes = writeObjects("text1"); // an object
313 byte[] bytes = writeObjects(object);
362 byte[] bytes = writeObjects(0); // an Integer
432 static byte[] writeObjects(Object... objects) throws IOException { method in class:SerialFilterTest
506 byte[] bytes = SerialFilterTest.writeObjects(object);
H A DGlobalFilterTest.java198 byte[] bytes = SerialFilterTest.writeObjects(object);

Completed in 48 milliseconds