How to serialize the following class in objective-c so that it can be used with SBJson?
I get \"JSON serialisation not supported for Animal\" error when I use this c
Please check this Property List Programming Guide - Serializing a Property List
and the similar post here: Make a Custom Class Serializable in Objective-c/iPhone?
Object serialization in XML format using Obj-C / iPhone SDK