Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nscoding

CGPathRef encoding

objective-c cocoa nscoding

"The data couldn’t be written because it isn’t in the correct format" occurs while archiving a custom class with NSKeyedArchiver

Can't save Bool in Swift

swift nscoding

iOS archiving object with NSCoding failed

Save Array of dictionaries with Enum type, NSCoding

arrays swift nscoding

How do I encode [Character : Int] property using NSCoder in Swift 3?

ios swift3 nscoding

How do I use NSSecureCoding to guarantee the content of collection classes?

How to migrate an object which has been persisted with NSKeyedArchiver?

Swift enum and NSCoding

swift enums nscoding

Encoding c-struct with Mantle (NSCoding)

Encoding an NSMutableArray

Converting CLLocationCoordinate2D to a String that can be stored

How to find all keys used in NSKeyedArchiver/NSKeyedUnarchiver

What is the relationship between NSCoding and NSData?

How to call the validateValue method

swift nscoding

NSCoding and saving/loading default values issue

Changing from NSUserDefaults to NSCoding

Sharing an array of custom objects with Today Extension (widget) with NSUserDefaults

NSCoding of NSMutableDictionaries containing custom objects