// $Revision: 1.10 $ // Copyright (c) 1995 Taligent, Inc. All rights reserved. Streaming These samples demonstrate how to implement and use the streaming operators. Streaming snippets These snippets illustrate how to create streams on various kinds of memory objects, and flatten and resurrect objects using those streams. TStreamExample is a sample class that illustrates how to implement the standard streaming operators, operator>>= and operator<<=, and how to maintain compatibility with earlier versions.