init()
Creates a new, reusable property list decoder.
新しい、再利用できるプロパティリストデコーダを作成します。
func decode<T>(T.Type, from: Data) -> T
Returns a value of the specified type by decoding a property list using the default property list format.
省略時のプロパティリストフォーマットを使ってあるプロパティリストをデコードすることによって、この指定された型の値を返します。