Project Description
A lightweight serializer to convert an Umbraco Archetype datatype into a model and back.
Compatibility: Tested on Archetype 1.3.1-beta, and Archetype 1.4-beta with Umbraco Cms 7.1.4
Deserialization should work fine.
Serialization will generate archetypeJson of this type:
{"fieldsets":[{"properties":[{"alias":...,"value":...} ...],"alias":...,"disabled":false}...]}
Documentation is available under the documentation tab.
Many thanks to Kevin Giszewski & the Archetype team. The present project grew out of: https://github.com/imulus/Archetype/pull/166 (now defunct).
Requires: .NET 4.5
Note: If you have been using the PR-166 Serializer previously, please backup your database before upgrading. The PR-166 Serializer creates json differently, and once you switch to this package, if you ever need to roll-back, you will need to restore the old json. If you have never touched the PR-166 serialzer, then you shold be fine with version 1.3.1-beta of Archetype.
Version History
----------------------------------------------
0.6.0-beta initial public release
0.6.1-beta compatibility now includes Archetype 1.4-beta