Crate nskeyedunarchiver

Source

Modules§

derive

Structs§

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.

Enums§

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.

Traits§

Decodable
A data structure that can be decoded from a keyed archive object value.

Type Aliases§

ValueRef
An Rc smart pointer to an ArchiveValue