Searched refs:SC_SERIALIZABLE (Results 1 – 8 of 8) sorted by relevance
76 byte[] bytes = byteStreamFor("XxYyZz", 0L, (byte)SC_SERIALIZABLE); in testNotFoundSer()84 byte[] bytes = byteStreamFor("XxYyZz", 0L, (byte)(SC_SERIALIZABLE | SC_WRITE_METHOD)); in testNotFoundSerWr()100 byte[] bytes = byteStreamFor("AaBbCc", 0L, (byte)(SC_SERIALIZABLE | SC_WRITE_METHOD)); in testNotFoundExtWr()
148 dos.writeByte(SC_SERIALIZABLE); in byteStreamFor()
156 dos.writeByte(SC_SERIALIZABLE); in minimalByteStreamFor()
165 final static byte SC_SERIALIZABLE = 0x02; field
738 ((flags & ObjectStreamConstants.SC_SERIALIZABLE) != 0); in readNonProxy()787 flags |= ObjectStreamConstants.SC_SERIALIZABLE; in writeNonProxy()
119 dos.writeByte(SC_SERIALIZABLE); in byteStreamFor()
204 out.writeByte(ObjectStreamConstants.SC_SERIALIZABLE); // Flags ObjectStreamConstants in assertNotSerializable()
1908 field public static final byte SC_SERIALIZABLE = 2; // 0x2