我这样做的方法是通过这个NSCoding实现。由于一些我不知道的原因,正在添加其他几个字段,并将其设置为NULL。我有一种感觉,这是搞砸了对saveInBackground的API调用。= "<PFUser:63spPsadffp5>";}PFObject+MyPFObject_NSCoding.h#import <Parse/Parse.h>
@interface P
下面是必要的代码:@property (strong, nonatomic) NSMutableDictionary *output here shows an empty dictionary (valid, but with 0 pairs)
@interface ClassB : NSObject <NSCoding
我是swift的新手,我想扩展NSCoding以符合URL类型。我需要定义一个输入和输出类型,并且总是得到错误Type 'URL' does not conform to protocol 'NSCoding'。//what it looks like before entering types
//what