Raw JSON on PocketItem Model

Implementation of setting the raw JSON representation of a PocketItem to
the PocketSharp model
This commit is contained in:
Stephen Erstad
2014-03-04 22:12:08 -06:00
parent c21abd5f21
commit 4fa0ee29fe
3 changed files with 36 additions and 3 deletions
+1
View File
@@ -227,6 +227,7 @@ namespace PocketSharp
},
Converters =
{
new PocketItemConverter(),
new BoolConverter(),
new UnixDateTimeConverter(),
new NullableIntConverter(),