Searched refs:TC_NULL (Results 1 – 10 of 10) sorted by relevance
57 final static byte TC_NULL = (byte)0x70; field
1418 case TC_NULL: in readObject0()1518 case TC_NULL: in readTypeString()1541 if (bin.readByte() != TC_NULL) { in readNull()1614 case TC_NULL: in readClassDesc()
1253 bout.writeByte(TC_NULL); in writeNull()
153 assertEquals(dis.readByte(), ObjectStreamConstants.TC_NULL); // no superclasses in assertSerializedBySer()207 out.writeByte(ObjectStreamConstants.TC_NULL); // no superclasses in assertNotSerializable()
65 dos.writeByte(TC_NULL); // no superclasses in byteStreamFor()
151 dos.writeByte(TC_NULL); // no superclasses in byteStreamFor()
159 dos.writeByte(TC_NULL); // no superclasses in minimalByteStreamFor()
122 dos.writeByte(TC_NULL); // no superclasses in byteStreamFor()
172 dos.writeByte(ObjectStreamConstants.TC_NULL); // no superclasses in deserialize()
1925 field public static final byte TC_NULL = 112; // 0x70