int offset = 0;
try {
offset = helperBinaryConversion.integerConverter.toBinary(binary,
offset, true, classNameIdentifier);
} catch (BinaryConverterException exception) {
throw new HeapRecordableException(exception);
}
offset = helperBinaryConversion.nullableAndTypedReferenceConverter
.toBinary(binary, offset, true,
nextClassNameRecordDataRecordIdentifier);
binary[offset++] = (byte) className.length;