Searched refs:TC_CLASSDESC (Results 1 – 10 of 10) sorted by relevance
67 final static byte TC_CLASSDESC = (byte)0x72; field
1427 case TC_CLASSDESC: in readObject0()1623 case TC_CLASSDESC: in readClassDesc()1712 if (bin.readByte() != TC_CLASSDESC) { in readNonProxyDesc()
1331 bout.writeByte(TC_CLASSDESC); in writeNonProxyDesc()
98 assertEquals(dis.readByte(), TC_CLASSDESC); in testSerialize() local145 dos.writeByte(TC_CLASSDESC); in byteStreamFor()
59 dos.writeByte(TC_CLASSDESC); in byteStreamFor()
153 dos.writeByte(TC_CLASSDESC); in minimalByteStreamFor()
147 assertEquals(dis.readByte(), ObjectStreamConstants.TC_CLASSDESC); in assertSerializedBySer()201 out.writeByte(ObjectStreamConstants.TC_CLASSDESC); in assertNotSerializable()
116 dos.writeByte(TC_CLASSDESC); in byteStreamFor()
166 dos.writeByte(ObjectStreamConstants.TC_CLASSDESC); in deserialize()
1919 field public static final byte TC_CLASSDESC = 114; // 0x72