EVReflection

MIT License
Swift
iOS

1 image

Author

Description

Swift helper library with reflection functions with support for NSCoding, Printable, Hashable, Equatable and JSON.

  • Parsing objects based on NSObject to a dictionary.
  • Parsing a dictionary back to an object.
  • Creating a class from a string value and get the string value for a class.
  • Support NSCoding methods encodeWithCoder and decodeObjectWithCoder
  • Supporting Printable, Hashable and Equatable while using all properties. (Support for Set in Swift 1.2)
  • Parse an object to a JSON string and parse a JSON string to an object

Tags