Skip to content

EXTENSION

WorkspaceMapperParameter

swift
public extension WorkspaceMapperParameter

Methods

toJSONString()

swift
func toJSONString() -> String

Serializes the model to a JSON string.

fromJSONString(_:)

swift
static func fromJSONString(_ string: String?) throws -> Self?

Deserializes the model from a JSON string.