- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testModelPropertiesAndListSerialization (0.22 seconds)
-
compat/maven-model/src/test/java/org/apache/maven/model/SerializationTest.java
try (ObjectInputStream ois = new ObjectInputStream(bais)) { build2 = (Build) ois.readObject(); } assertNotNull(build2); } @Test void testModelPropertiesAndListSerialization() throws Exception { Model model; try (InputStream is = getClass().getResourceAsStream("/xml/pom.xml")) { model = new MavenXpp3Reader().read(is); }
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.5K bytes - Click Count (0)