-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Serialization of Bag and Set (and any PersistentCollection)
PostPosted: Thu Jun 16, 2005 12:59 pm 
There seems to be an issue when serializing a type that inherits from PersistentCollection.
I am referring to serialization for transferring objects over the network through Remoting, WebServices or Indigo.
There seems to be a member called collectionSnapshot which is of type ICollectionSnapshot that is public.
the problem is that its implementation - CollectionEntry class is marked internal, and cannot be serialized using the XmlFormatter or the XmlSerializer.
I'm not sure it's needed to be serialized anyway.
To make things short - i tried marking the collectionSnapshot member to [NonSerialized], and now it's working perfectly.
problem is - i don't want to change and recompile NHibernate's the code. Is this a known issue?


Top
  
 
 Post subject:
PostPosted: Thu Jun 16, 2005 3:20 pm 
Contributor
Contributor

Joined: Wed May 11, 2005 4:59 pm
Posts: 1766
Location: Prague, Czech Republic
No it's not a known issue, please submit a bug report to JIRA.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.