Searched refs:TC_NULL (Results 1 – 5 of 5) sorted by relevance
57 final static byte TC_NULL = (byte)0x70; field
1388 case TC_NULL: in readObject0()1488 case TC_NULL: in readTypeString()1511 if (bin.readByte() != TC_NULL) { in readNull()1584 case TC_NULL: in readClassDesc()
1253 bout.writeByte(TC_NULL); in writeNull()
134 assertEquals(dis.readByte(), ObjectStreamConstants.TC_NULL); // no superclasses in assertSerializedBySer()189 out.writeByte(ObjectStreamConstants.TC_NULL); // no superclasses in assertNotSerializable()
171 dos.writeByte(ObjectStreamConstants.TC_NULL); // no superclasses in deserialize()