Releases: uacaps/NSObject-ObjectMap
Releases · uacaps/NSObject-ObjectMap
2.3.0 - 64-Bit support
- Clears up a bug that could cause some class names not to parse correctly on 64-bit architectures.
Stability Enhancements and Reduced Size
- Reduced file size
- Fixed a bug that caused app crash when an array was missing from a class, but expected in the json
64bit Architectures
What's New
NSInteger
has replaced int
to future-proof ObjectMap for 64bit architectures as they become more and more prevalent in production code and as all devices use them within the next couple of years.
New XML/SOAP methods
What's New
- XMLString method for converting NSObject to NSString version of XML
- SOAPString method for converting NSObject to NSString version of XML(SOAP)
Initial Cocoapods Release
NSObject-ObjectMap
Version 1.0.0
What's New
- JSON serialization of NSObjects
- JSON deserialization to NSObjects
- XML serialization of NSObjects
- XML deserialization to NSObjects