Add OFCoding and OFCoder #48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After serialisation was removed we do need a proper protocol to handle implementation of how to encode and decode object trees.
User Story: As an application developer I'd like to port a library like Mantle or RestKit to ObjFW to easily consume RESTful APIs. They rely on
NSCoding
and KVO heavily.Reference: Apple Doc