P
Peter Stojkovic
I am using a xlmserializer , to write into a file .
serializer.Serialize(writer, po, ns)
Everything works fine.
But instead of writing into a file, i want serialize into a string.
How can I do this ???
Thanks for any hint
Peter
serializer.Serialize(writer, po, ns)
Everything works fine.
But instead of writing into a file, i want serialize into a string.
How can I do this ???
Thanks for any hint
Peter