Hibernate proxy serialization and receive on client side.

Posted by Bubba88 on Stack Overflow See other posts from Stack Overflow or by Bubba88
Published on 2010-04-18T07:29:01Z Indexed on 2010/04/18 7:33 UTC
Read the original article Hit count: 347

Filed under:
|
|
|
|

I lack understanding of how does the generated proxy class object (CGLib enhanced POJO) is transferred to the remote client and still pertains its ability to generate Lazy Init. Exceptions.

Does that mean that there is some kind of contract that all the transferred objects of some kind of class (a proxy) will be reinstantiated as proxies again? Where does the client obtain those generated classes? Sorry, but I totally do not understand.

© Stack Overflow or respective owner

Related posts about serialization

Related posts about hibernate