DeserializationResult

public class DeserializationResult

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?