/***********************************************************************
 * Copyright (c) 1993 Technical Research Centre of Finland
 * All rights reserved.
 *
 * This software is provided ``as is'' and without any express or
 * implied warranties, including, without limitation, the implied
 * warranties of merchantibility and fitness for a particular purpose.
 **********************************************************************/

demo1/README
************

demo1 is a simple example of how to use cerial.

Source code
***********

demo1.hxx	- class definition for demo1
demo1.cxx	- main() functions etc.
demo1*		- other demo1* files have been generated

Executables
***********

demo1w.out	- reads a D object from cin, ASN.1 encodes it, and
		  writes the encoding to file demo1.ber
demo1r.out	- reads demo1.ber, decodes a D object, and prints it
