Searched refs:serVer (Results 1 – 2 of 2) sorted by relevance
117 long serVer = (Long) field.get(null); in assertSerializedBySer() local130 assertEquals(dis.readLong(), serVer); in assertSerializedBySer() local177 long serVer = (Long) field.get(null); in assertNotSerializable() local185 out.writeLong(serVer); in assertNotSerializable()
159 long serVer = (Long) field.get(null); in deserialize() local167 dos.writeLong(serVer); in deserialize()