What is the NSCoder class ?
1598
02-Jan-2017
Updated on 16-Sep-2020
Sunil Singh
02-Jan-2017The NSCoder abstract class declares the interface used by concrete subclasses to transfer objects and other values between memory and some other format.Concrete subclasses to transfer objects and other values between memory and
some other format.They are used in Archiving and Unarchiving objects.