ObjFW  Ticket Change Details

Overview

Artifact ID: 43fc8c5856d5c921d4eb7a18bceb4899fc26843179c1988739b7eb77044f6955
Ticket: a7760ac9cb9c8c13a73b920e416b03639ec0b928
Add OFCoding and OFCoder
User & Date: letterus on 2023-08-31 19:43:04
Changes

  1. icomment:
    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](https://github.com/Mantle/Mantle) or [RestKit](https://github.com/RestKit/RestKit) to ObjFW to easily consume RESTful APIs. They rely on `NSCoding` and KVO heavily.
    
    Reference: [Apple Doc](https://developer.apple.com/documentation/foundation/archives_and_serialization?language=objc)
    
  2. login: "letterus"
  3. milestone changed to: "none"
  4. mimetype: "text/x-markdown"
  5. priority changed to: "Immediate"
  6. private_contact changed to: "9e4f597d98a6b64c5508a7962cda8170c1acfe06"
  7. severity changed to: "Critical"
  8. status changed to: "Open"
  9. title changed to: "Add OFCoding and OFCoder"
  10. type changed to: "Code_Defect"