private $defaultOptions = array(
// Whether the serializer should aggressively encode all characters as entities.'encode_entities' => false,
// Prevents the parser from automatically assigning the HTML5 namespace to the DOM document.'disable_html_ns' => false,
);