export
Table of Contents
Interfaces
- BusinessDocumentExporter
- Serializes a {@see BusinessDocument} into a specific wire format (JSON-LD, UBL, PDF, HTML...).
Classes
- JsonLdExporter
- A trivial {@see BusinessDocumentExporter} that serializes a document to its JSON-LD representation, via {@see \org\schema\traits\ThingTrait::jsonSerialize()} (inherited through `Intangible`/`Thing`).