Archive.saveToMemoryText

A helpful alternative to saveToMemory, where the data is casted to a const(char[]), then passed to std.utf.validate, before being returned.

class Archive
const(char[])
saveToMemoryText
()

Return Value

Type: const(char[])

The archive's data, validated as valid UTF-8 text.

Meta