108109110111112113114115116117118
Unwrapper specificUnwrapper = getSpecificUnwrapper(currentClass); // Retrieve the handle if (specificUnwrapper != null) return specificUnwrapper.unwrapItem(wrappedObject); else return null; } // Handle a collection of items