ActiveResourceKit  v1.2 (498.0)
 All Classes Files Functions Variables Typedefs Enumerator Properties Macros Pages
Instance Methods | Class Methods | Properties | List of all members
ARJSONFormat Class Reference

#import <ARJSONFormat.h>

Inheritance diagram for ARJSONFormat:
Inheritance graph
[legend]
Collaboration diagram for ARJSONFormat:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 27 of file ARJSONFormat.h.

Method Documentation

+ (id) allocWithZone: (NSZone *)  zone
implementation

Definition at line 66 of file ARJSONFormat.m.

- (id) copyWithZone: (NSZone *)  zone
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.

Property Documentation

- (NSString *) extension
readatomicweak

Definition at line 29 of file ARJSONFormat.h.

- (NSString *) MIMEType
readatomicweak

Definition at line 30 of file ARJSONFormat.h.


The documentation for this class was generated from the following files: