Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/io/Serializable/records/
DBasicRecordSer.java187 record NotSerEmpty () { } in NotSerEmpty() method in BasicRecordSer
200 new Object[] { new NotSerEmpty() }, in notSerializable()
201 new Object[] { new NotSerEmpty[] { new NotSerEmpty() } }, in notSerializable()
202 new Object[] { new Object[] { new NotSerEmpty() } }, in notSerializable()