Hydrant icon indicating copy to clipboard operation
Hydrant copied to clipboard

A simple data mapper / object serializer for objective-c

Results 7 Hydrant issues
Sort by recently updated
recently updated
newest added

Hi, I read the doc and source code, Hydrant is a good design framework! It's a good model to programmers to learn how to design a program. But I also...

Have you considered using anything like JSON-Schema to help externalize some of the model definition and validation? I'm a huge fan of the graceful fatal/non-fatal error handling and it seems...

Goals: - don't use inheritance (extract common functionality b/t this and the reflective mapper). - it's public API should be similar (but inverted?) to the ReflectiveMapper

enhancement

It would be cool to have this as a NSDateFormatter alternative. The only problem are all the date format string constants would need to be changed... Reference: http://www.objc.io/issue-9/string-localization.html > "Parsing...

enhancement

for `lowerCamelCase` to `UpperCamelCase` conversions and vice versa.

enhancement

Various mapper ideas: ``` {red: 255, green: 255, blue: 255} {red: 255, green: 255, blue: 255, alpha: 255} {hue: 255, saturation: 255, brightness: 255, alpha: 255} "#aabbcc" "aabbcc" "#aabbccdd" "aabbccdd"...

enhancement

Because the destination class is currently the reference object.

enhancement