json_to_model icon indicating copy to clipboard operation
json_to_model copied to clipboard

Support NSCoding Protocol

Open lexrus opened this issue 12 years ago • 0 comments

For archiving and distribution.

  • (id)initWithCoder:(NSCoder *)aDecoder;
  • (void)encodeWithCoder:(NSCoder *)aCoder;

lexrus avatar Jul 01 '13 10:07 lexrus