func decode<T>(T.Type, from: Data, format: inout PropertyListSerialization.PropertyListFormat) -> T
Returns a value of the specified type by decoding a property list using the supplied format.
提供されたフォーマットを使ってあるプロパティリストをデコードすることによって、この指定された型の値を返します。