This Q&A is part of a weekly series of posts highlighting common questions encountered by technophiles and answered by users at Stack Exchange, a free, community-powered network of 100+ Q&A sites.
/** * 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 ...