[infinispan-dev] Handling Application specific objects

Galder Zamarreno galder at jboss.org
Thu May 27 03:49:51 EDT 2010


Not any more. We use lazy deserialization to get around the issue:
http://community.jboss.org/wiki/Marshalling#lazy

It's just a configuration flag. No APIs needed and no code needed on your side.

----- "kapil nayar" <kapilnayar1 at gmail.com> wrote:

> Hi
> 
> In JBossCache APIs, there is a requirement to register the
> application
> classloader with the cache in order for the applications at the two
> ends of
> replication to identify the application specific objects.
> 
> Do we have a similar requirement when using Infinispan?
> I didn't see any specific APIs which would do this.
> 
> Thanks,
> Kapil
> 
> _______________________________________________
> infinispan-dev mailing list
> infinispan-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev


More information about the infinispan-dev mailing list