Searched refs:SC_SERIALIZABLE (Results 1 – 3 of 3) sorted by relevance
165 final static byte SC_SERIALIZABLE = 0x02; field
704 ((flags & ObjectStreamConstants.SC_SERIALIZABLE) != 0); in readNonProxy()753 flags |= ObjectStreamConstants.SC_SERIALIZABLE; in writeNonProxy()
186 out.writeByte(ObjectStreamConstants.SC_SERIALIZABLE); // Flags ObjectStreamConstants in assertNotSerializable()