Protocol

FileDocument

A document model definition used to serialize documents to and from file contents. ある書類モデル定義、書類をファイル内容へとそしてそれからシリアル化するために使われます。

Declaration 宣言

protocol FileDocument

Overview 概要

Conformance to FileDocument requires value semantics and thread-safety. Serialization and deserialization occur on a background thread.

Topics 話題

Reading a Document

Writing a Document

See Also 参照

Value Type Documents