Crate nskeyedunarchiver
Source - derive
- ArchiveValue
- Represents a single value contained inside of an archive.
- Data
- A byte buffer used for decoding from the plist data type and NSData
(NSMutableData) class.
- Integer
- An integer that can be represented by either an
i64
or a u64
. - KeyedArchive
- Represents an undecoded keyed archive.
- Object
- A raw keyed archive object.
- UniqueId
- A unique id of an archive value.
- DeError
- An error that may happen during decoding an Object.
- Error
- An error that can happen during parsing an archive.
- ObjectValue
- Any possible value type of a keyed archive object.
- Decodable
- A data structure that can be decoded from a keyed archive object value.
- ValueRef
- An Rc smart pointer to an ArchiveValue