Home
last modified time | relevance | path

Searched refs:dataTypes (Results 1 – 1 of 1) sorted by relevance

/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DMarshaling_Test.java131 TypeDescription dataTypes[] = new TypeDescription[] { in test() local
220 for(int i = 0; i < dataTypes.length; ++ i) { in test()
222 marshal.writeValue(dataTypes[i], data[i]); in test()
226 Object op2 = unmarshal.readValue(dataTypes[i]); in test()

Completed in 16 milliseconds