Searched refs:STRINGCLASS (Results 1 – 2 of 2) sorted by relevance
830 if (!externalizable && loadedClass != ObjectStreamClass.STRINGCLASS) { in writeFieldDescriptors()1636 if (objClass == ObjectStreamClass.STRINGCLASS) { in writeObjectInternal()
104 static final Class<String> STRINGCLASS = String.class; field in ObjectStreamClass