DeserializationResult

@objcMembers
@objc(PESDKDeserializationResult)
public class DeserializationResult : NSObject

Contains the results of a deserialization.

  • The deserialized model or nil, if deserialization failed.

    Declaration

    Swift

    public let model: PhotoEditModel?
  • A photo that may have been serialized within the settings file.

    Declaration

    Swift

    public let photo: Photo?
  • A photo that may have been serialized within the settings file.

    Declaration

    Swift

    @available(*, deprecated, message: "Use `photo` instead.")
    public var image: UIImage? { get }