|
ActiveResourceKit
v1.2 (498.0)
|
#import <ARJSONFormat.h>


Instance Methods | |
| (NSData *) | - encode:error: |
| (id) | - decode:error: |
| (id) | - copyWithZone: [implementation] |
Class Methods | |
| (ARJSONFormat *) | + JSONFormat |
| (id) | + allocWithZone: [implementation] |
Properties | |
| NSString * | extension |
| NSString * | MIMEType |
Properties inherited from <ARFormat> | |
| NSString * | extension |
| NSString * | MIMEType |
Definition at line 27 of file ARJSONFormat.h.
|
implementation |
Definition at line 66 of file ARJSONFormat.m.
|
implementation |
Definition at line 71 of file ARJSONFormat.m.
| - (id) decode: | (NSData *) | data | |
| error: | (NSError **) | outError | |
Reimplemented from <ARFormat>.
Definition at line 47 of file ARJSONFormat.m.
| - (NSData *) encode: | (id) | object | |
| error: | (NSError **) | outError | |
Reimplemented from <ARFormat>.
Definition at line 42 of file ARJSONFormat.m.
| + (ARJSONFormat *) JSONFormat |
Definition at line 56 of file ARJSONFormat.m.
|
readatomicweak |
Definition at line 29 of file ARJSONFormat.h.
|
readatomicweak |
Definition at line 30 of file ARJSONFormat.h.
1.8.2