serializer

public serializer : tinymce.dom.Serializer
DOM serializer for the editor. Will be used when contents is extracted from the editor.

Examples

// Serializes the first paragraph in the editor into a string
tinyMCE.activeEditor.serializer.serialize(tinyMCE.activeEditor.dom.select('p')[0]);