Class SemanticTableSerializer
Renders tables using BuildSemanticGroups(). Form-style tables (col-0 row labels, no explicit column headers) are rendered as bold-label + value lines. Grid-style tables are rendered as pipe tables.
public class SemanticTableSerializer : ITableSerializer
- Inheritance
-
SemanticTableSerializer
- Implements
- Inherited Members
Methods
Render(TableItem, StringBuilder)
Renders the table into sb.
Implementations must append a trailing blank line when they emit output.
public void Render(TableItem table, StringBuilder sb)
Parameters
tableTableItemsbStringBuilder