I know I can save a word document, convert it to base-64 byte string, and embed it in an xml file for webservice transfer. Can I skip the saving the document into an actual file and "deserialize" the document in memory? Also, can I do the same in reverse?? Load a new document from a byte string?