Snapshot

open class Snapshot : CoatyObject

Represents a snapshot in time of the state of any Coaty object.

Class registration.

Codable methods.

  • Undocumented

    Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • Undocumented

    Declaration

    Swift

    open override func encode(to encoder: Encoder) throws