P
Patrick Sona
Hi all!
has anyone an idea how to serialize an object to a String without using
XMLSerializer? The problem is, that i have to serialize a Hashtable to a
String and the XMLSerializer doesn't accept any object that inherits
from ICollection. So I have to use the Binary or SoapFormater. But both
accept only a Stream and .net has no StringStream.
Thanx!
Greetings
Pat
has anyone an idea how to serialize an object to a String without using
XMLSerializer? The problem is, that i have to serialize a Hashtable to a
String and the XMLSerializer doesn't accept any object that inherits
from ICollection. So I have to use the Binary or SoapFormater. But both
accept only a Stream and .net has no StringStream.
Thanx!
Greetings
Pat