ActiveResourceKit  v1.2 (498.0)
 All Classes Files Functions Variables Typedefs Enumerator Properties Macros Pages
Instance Methods | Properties | List of all members
<ARFormat> Protocol Referenceabstract

#import <ARFormat.h>

Inheritance diagram for <ARFormat>:
Inheritance graph
[legend]
Collaboration diagram for <ARFormat>:
Collaboration graph
[legend]

Instance Methods

(NSData *) - encode:error:
 
(id) - decode:error:
 

Properties

NSString * extension
 
NSString * MIMEType
 

Detailed Description

Definition at line 27 of file ARFormat.h.

Method Documentation

- (id) decode: (NSData *)  data
error: (NSError **)  outError 

Reimplemented in ARJSONFormat.

- (NSData *) encode: (id)  object
error: (NSError **)  outError 

Reimplemented in ARJSONFormat.

Property Documentation

- (NSString*) extension
readatomicassign

Definition at line 29 of file ARFormat.h.

- (NSString*) MIMEType
readatomicassign

Definition at line 30 of file ARFormat.h.


The documentation for this protocol was generated from the following file: