StorageCodec

inline fun <T : @Serializable Any> StorageCodec(key: String, format: StringFormat = DefaultJson, storage: Storage = localStorage): StorageCodec<T>