HRCoder icon indicating copy to clipboard operation
HRCoder copied to clipboard

HRCoder is a replacement for the NSKeyedArchiver and NSKeyedUnarchiver classes that uses a human-readable/editable format that can easily be stored in a regular Plist or JSON file.

Results 6 HRCoder issues
Sort by recently updated
recently updated
newest added

Mistakenly pressed enter while editing the title which submitted the issue without me having filled out the contents. Sorry about that. I've been using the BaseModel + HRCoder setup, and...

I have a complex object graph that has an "event" object that is referenced by a bunch of nested "condition" objects. When I'm retrieving the dictionary of values from HRCoder,...

It would be great to optionally disable the object aliasing feature. It makes any JSON or XML created with HRCoder incompatible with other parsers. Moreover it throws an exception when...

In my attempts to resolve nicklockwood/AutoCoding#13, I loaded HRCoder into the AutoCoding unit test suite. Immediately I saw this error: ![screen shot 2014-03-28 at 15 07 20](https://cloud.githubusercontent.com/assets/430233/2551125/ed837228-b68a-11e3-94f8-788f7067986b.png) The specific lines...

1. Create a class with 2 strings instance called text1 & text2. 2. Save instance 3. Change text1 name to textNew. 4. Try to reload instance. 5. TextNew will be...