public final class RichTextSerializer

  1. Object
  2. RichTextSerializer
Serializes the native rich-text model directly to its requested interchange format.

Methods

public static String serialize(EditorDocument doc, InlineStyles inline, RichBlocks blocks, List<String> links, List<String> imageSources, RichTextFormat format)Serializes a native editor document into the requested interchange format.

Inherited methods

Method details

serialize

public static String serialize(EditorDocument doc, InlineStyles inline, RichBlocks blocks, List<String> links, List<String> imageSources, RichTextFormat format)
Serializes a native editor document into the requested interchange format.