OProfiler.getInstance().stopChrono("serializer.rec.str.linkList2string", timer);
break;
}
case LINKSET: {
final ORecordLazySet coll;
if (!(iValue instanceof ORecordLazySet)) {
// FIRST TIME: CONVERT THE ENTIRE COLLECTION
coll = new ORecordLazySet(iRecord);
coll.addAll((Collection<? extends OIdentifiable>) iValue);
((Collection<? extends OIdentifiable>) iValue).clear();
iRecord.field(iName, coll);
} else
// LAZY SET