[Mono-list] Recursive XML serialization? XML serialization of cyclic objects?

"Andrés G. Aragoneses [ knocte ] "Andrés G. Aragoneses [ knocte ]
Fri Jan 12 15:20:52 EST 2007


Thanks for your answer Atsushi.

Atsushi Eno escribió:
> It is possibly only with NetDataContractSerializer and cannot be
> done with DataContractSerializer. Since NetDataContractSerializer
> sucks in general (there is no point of using it instead of runtime
> serialization), the priority is low at my hands.

It's ok, I was supposing not to expect it in the short/medium term.


> Indigo's "design
> by contract" concept is becomes almost implicit (== practically
> broken) when ISerializable objects are involved.

Do you mean that current SVN is broken in this scenario, or that you
don't like the API?


> Probably you could try runtime serialization with Soap formatter:
> System.Runtime.Serialization.Formatters.Soap

Will look into it! Thanks.

	Andrés	[ knocte ]

-- 




More information about the Mono-list mailing list