ObjFW  View Ticket

2024-11-12
01:01 Ticket [a7760ac9cb] Add OFCoding and OFCoder status still Open with 4 other changes artifact: f5197b136a user: js
2024-05-22
20:13 Ticket [a7760ac9cb]: 1 change artifact: f8b5df3611 user: js
00:13 Ticket [a7760ac9cb]: 3 changes artifact: 15b813c75b user: js
2023-08-31
20:06 Ticket [a7760ac9cb]: 3 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: Minor Priority: Low
Subsystem: Resolution: Open
Last Modified: 2024-11-12 01:01:39
Version Found In: Milestone:
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