1.

What Is The Nscoder Class Used For?

Answer»

NSCoder is an abstract Class which represents a stream of DATA. They are used in ARCHIVING and Unarchiving OBJECTS. NS Coder objects are USUALLY used in a method that is being implemented so that the class conforms to the PROTOCOL. (which has something like encode Object and decode Object methods in them).

NSCoder is an abstract Class which represents a stream of data. They are used in Archiving and Unarchiving objects. NS Coder objects are usually used in a method that is being implemented so that the class conforms to the protocol. (which has something like encode Object and decode Object methods in them).



Discussion

No Comment Found