At a job interview on Friday, I had to write code, and one of the things that came up when we were talking about implementation of a concept was recursion. The director of the group said to me "Don't ...
/** * Serialize Value * * This method will attempt to serialize the given value and store * it as an XML node in the parent. If the value is an array or an * object, the method will recurse into it's ...