Skip to main content
Structure
struct DefaultJSONCoder

Initializers

init()

init()

Instance Methods

decode(_:from:)

Inherited from JSONCoder.decode(_:from:).
func decode<T>(_ type: T.Type, from data: Data) throws(CrossmintServiceError) -> T where T : Decodable

encode(_:)

Inherited from JSONCoder.encode(_:).
func encode<T>(_ instance: T) throws(CrossmintServiceError) -> Data where T : Encodable