//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.formats.json/ExportJsonUseCase
ExportJsonUseCase
interface ExportJsonUseCase
Contract for the export ngx-translate JSON resources use case.
Inheritors
DefaultExportJsonUseCase |
Functions
Name | Summary |
---|---|
invoke | [jvm] abstract suspend operator fun invoke(segments: List<SegmentModel>, path: String) Serialize the list of segments into the ngx-translate JSON format and save it to a destination. |