/// An object that wants to be convertible in a managed object should implement the `ObjectConvertible` protocol. | |
protocol ObjectConvertible { | |
/// An identifier that is used to fetch the corresponding database object. | |
var identifier: String? { get } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment