Contents

ReadableDocument

A type that you use to read documents from file.

Declaration

protocol ReadableDocument : AnyObject

Overview

To create a read-only document type, conform to ReadableDocument and implement the required methods and properties. For a read-write document, also conform to WritableDocument, or use the Document typealias.

Your implementation:

Topics

Reading a document

Type Properties

See Also

Storing document data in a reference type instance