- Fixed mapping for
Traversableobjects inIterableExtractor, ensuring thatiterator_to_arrayis correctly applied directly to the object when it implementsTraversable, preserving the keys and structure defined bygetIterator()instead of falling back to reflection-based property extraction.