| Interface | Description |
|---|---|
| FormattingCodeTextSerializer |
Represents a
TextSerializer for the old "formatting code" strings. |
| SafeTextSerializer |
Represents a
TextSerializer that accepts input in any format and will
therefore never throw an exception when parsing a serialized Text. |
| TextSerializer | |
| TextSerializerFactory |
Internal implementation factory: Use
TextSerializers instead. |
| Class | Description |
|---|---|
| BookViewDataBuilder | |
| TextConfigSerializer |
Represents a
TypeSerializer for Text objects. |
| TextFormatConfigSerializer |
An implementation of
TypeSerializer to allow serialization of
TextFormats directly to a configuration file. |
| TextSerializers |
The list of
TextSerializer available together with SpongeAPI. |
| TextTemplateConfigSerializer |
Represents a
TypeSerializer for TextTemplates. |
| Exception | Description |
|---|---|
| TextParseException |
Thrown if a string fails to be parsed as formatted Text instance.
|