Searched refs:CLASSCLASS (Results 1 – 2 of 2) sorted by relevance
1561 if (objClass == ObjectStreamClass.CLASSCLASS) { in writeObjectInternal()1626 if (objClass == ObjectStreamClass.CLASSCLASS) { in writeObjectInternal()
106 static final Class<?> CLASSCLASS = Class.class; field in ObjectStreamClass