Class HtmlSerializer

java.lang.Object
com.codename1.ui.editor.HtmlSerializer

public final class HtmlSerializer extends Object
Serializes the pure rich text editor model (text + InlineStyles + RichBlocks) back into an HTML string for RichTextArea#getHtml. The output is model canonical rather than byte identical, which matches how a contenteditable surface normalized HTML in the previous backend.