Header docs

This commit is contained in:
Blake Watters
2012-09-04 21:42:10 -04:00
parent 627f6f5b7b
commit 658e392468

View File

@@ -8,5 +8,11 @@
#import "RKSerialization.h"
/**
An RKSerialization implementation providing serialization and
deserialization of the JSON format using the Apple provided
NSJSONSerialization class. This is the default JSON implementation
for RestKit.
*/
@interface RKNSJSONSerialization : NSObject <RKSerialization>
@end