On May 14, 2009, at 11:05 AM, Jeff Schnitzer wrote:

> Is there a way to register custom hessian serializers in Resin?
>
> Resin4 can't serialize java.net.URL :-(

Hmm.  I refactored that customization for Resin4 and it looks like URL  
wasn't handled properly.

Serializers and deserializers can be registered in META-INF/hessian/ 
serializers and META-INF/hessian/deserializers.  The 4.0 resin.jar  
should include some already.  You would want to follow the pattern of  
the FileDeserializer in com.caucho.hessian.io.

-- Scott

>
>
> Thanks,
> Jeff
>
>
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to