serialize IRelationPredicateBucket / RelationPredicateBucket

Posts   
 
    
mkamoski avatar
mkamoski
User
Posts: 116
Joined: 06-Dec-2005
# Posted on: 19-Jun-2006 17:55:46   

All--

Is there a built-in, LLBLGen-way to serialize IRelationPredicateBucket / RelationPredicateBucket?

What I am looking for is something like the myEntity.WriteXml() method.

The design goal is such that we have to pass a String to/from a web service where the String contains XML that is the RelationPredicateBucket object, allowing us to hydrate/rehydrate that object on either end on-demand using just the String.

How can this be done?

What do you suggest?

Please advise.

(FYI, we are using LLBLGen, ASP.NET, VS.NET 2003, VB.NET, .NET 1.1, the Adapter templates, SQL Server 2000, web services, SD.LLBLGen.Pro.DQE.SqlServer.NET11.dll Version 1.0.20051.51207, SD.LLBLGen.Pro.ORMSupportClasses.NET11.dll Version 1.0.20051.51214, Windows XP Pro, IIS 5.1, and so on.)

Thank you.

--Mark Kamoski

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 19-Jun-2006 18:38:12   

Not to xml, only for remoting. Xml Webservices should be used with messaging, so you'd better use a different approach than passing filters etc. through xml to a webservice.

Frans Bouma | Lead developer LLBLGen Pro