[Sandler-develop] StringSerializer needed?
Brought to you by:
intabulas
|
From: David C. <cza...@ac...> - 2004-05-09 15:57:03
|
I was wondering what benefit StringSerializer provides when one can just pass the WriterSerializer an instance of a StringWriter that basically accomplishes the same thing as would the StringSerializer. If we don't want to remove StringSerializer, I'd like to just have it create a StringWriter internally and use the WriterSerializer that way we're not duplicating code. If we want to remove StringSerializer, well, then we'll just remove it. Thoughts? -David |