133134135136137138139140141142143
final Map<String, OProperty> props; final OClass clazz = document.getSchemaClass(); if (clazz != null) { writeString(bytes, clazz.getName()); props = clazz.propertiesMap(); } else { writeEmptyString(bytes); props = null; }