We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48711ea commit 4e0e685Copy full SHA for 4e0e685
Sources/CouchbaseLiteSwiftCoder/CBLDecoder.swift
@@ -3,7 +3,7 @@ import CouchbaseLiteSwift
3
4
public protocol CBLDecodable: Decodable { }
5
6
-public class CBLDecoder {
+open class CBLDecoder {
7
public func decode<T: CBLDecodable>(_ type: T.Type, from document: Document) throws -> T {
8
let decoder = _CBLDecoder(with: document)
9
return try type.init(from: decoder)
0 commit comments