ObjFW  View Ticket

2023-08-31
20:06 Ticket [a7760ac9cb] Add OFCoding and OFCoder status still Open with 3 other changes artifact: 6469bca5c2 user: letterus
20:04 Ticket [a7760ac9cb]: 5 changes artifact: 12e044d424 user: js
19:43 New ticket [a7760ac9cb]. artifact: 43fc8c5856 user: letterus

Ticket UUID: a7760ac9cb9c8c13a73b920e416b03639ec0b928
Title: Add OFCoding and OFCoder
Status: Open Type: Feature_Request
Severity: Important Priority: Medium
Subsystem: Resolution: Open
Last Modified: 2023-08-31 20:06:46
Version Found In: Milestone: none
User Comments:
letterus added on 2023-08-31 19:43:04:

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