I have a branch of liftweb in which I've modified lift-json.

I added more tests, support for composite type hints (e.g. typeHints1
+ typeHints2), support for polymorphic case classes with no type
arguments (e.g. case class Foo()), and fixed one bug.

In addition, I added support for serialization of Sets, which should
generalize to other collection types. Sets are serialized in the most
obvious fashion: ["foo", "bar"]. Thus JSON arrays can deserialize into
either sets or lists, depending on their target type.

I matched the existing code style.

You can find the branch here:

   http://github.com/jdegoes/liftweb

-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.

Reply via email to