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: PhotoRepresentation?
  • The deserialized model or nil, if deserialization failed.

    Declaration

    Swift

    @objc(model)
    public var _objCModel: _ObjCPhotoEditModel? { get }