[Lift] Re: lift-json serialization primitive types

2009-11-02 Thread Joni Freeman
Hi, Custom serialization and deserialization functions are now supported in trunk. Please see updated docs in section Serializing non- supported types: http://github.com/dpp/liftweb/tree/master/lift-base/lift-json/ Cheers Joni On 25 loka, 14:27, Christophe Dehlinger

[Lift] Re: lift-json serialization primitive types

2009-10-25 Thread Joni Freeman
Hi, Serializing joda-time is not supported. Last week a type hint mechanism was added to support serialization of polymorphic Lists. This could be generalized a bit so that users can provide de-/ serializers for any type. This could be done for instance using a pair of partial functions.