Up

EOPropertyListEncoding documentation

Authors

Generated by ayers

Software documentation for the EOPropertyListEncoding protocol

EOPropertyListEncoding

Declared in:
EOAccess/EOPropertyListEncoding.h
Description forthcoming.
Method summary

awakeWithPropertyList: 

- (void) awakeWithPropertyList: (NSDictionary*)propertyList;
Description forthcoming.

encodeIntoPropertyList: 

- (void) encodeIntoPropertyList: (NSMutableDictionary*)propertyList;
Description forthcoming.

initWithPropertyList: owner: 

- (id) initWithPropertyList: (NSDictionary*)propertyList owner: (id)owner;
Description forthcoming.


Up