Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / COM / September 2003



Tip: Looking for answers? Try searching our database.

recursive object serialization

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Kev - 26 Sep 2003 15:23 GMT
Can anyone tell me how I can serialize an object and have it do the
following:
a) serialize any sub-objects recursively
b) serialize collections
Anything I can find on the internet seems to only serialize objects with
property get/let values but not with either other objects or collections.

Thanks,
Kev
Willy Van den Driessche - 26 Sep 2003 21:38 GMT
Don't know if it's what you're looking for, but these are my 2 cents :
http://users.skynet.be/wvdd2/Persistence/persistence.html

Signature

For a work in progress :
http://users.skynet.be/wvdd2/

> Can anyone tell me how I can serialize an object and have it do the
> following:
[quoted text clipped - 5 lines]
> Thanks,
> Kev
Willy Van den Driessche - 26 Sep 2003 21:40 GMT
BTW, If you use VBs built-in serialization, then a "Set" on the property bag
will serialize the object recursively.  This type of serialization doesn't
deal with cycles or graph structures (it does the latter but deserializes
them as trees)
.NET serialization does handle quite a bit more, including cycles an
homeomorphic persistence.
Signature

For a work in progress :
http://users.skynet.be/wvdd2/

> Can anyone tell me how I can serialize an object and have it do the
> following:
[quoted text clipped - 5 lines]
> Thanks,
> Kev
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.