1155228Smjacob#!/bin/ksh -p
2196008Smjacob#
3167403Smjacob# CDDL HEADER START
4196008Smjacob#
5167403Smjacob# The contents of this file are subject to the terms of the
6167403Smjacob# Common Development and Distribution License (the "License").
7167403Smjacob# You may not use this file except in compliance with the License.
8196008Smjacob#
9167403Smjacob# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10167403Smjacob# or http://www.opensolaris.org/os/licensing.
11167403Smjacob# See the License for the specific language governing permissions
12167403Smjacob# and limitations under the License.
13167403Smjacob#
14196008Smjacob# When distributing Covered Code, include this CDDL HEADER in each
15167403Smjacob# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16167403Smjacob# If applicable, add the following below this CDDL HEADER, with the
17167403Smjacob# fields enclosed by brackets "[]" replaced with your own identifying
18167403Smjacob# information: Portions Copyright [yyyy] [name of copyright owner]
19167403Smjacob#
20167403Smjacob# CDDL HEADER END
21167403Smjacob#
22167403Smjacob
23167403Smjacob#
24167403Smjacob# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
25167403Smjacob# Use is subject to license terms.
26196008Smjacob#
27155228Smjacob
28160410Smjacob#ident	"%Z%%M%	%I%	%E% SMI"
29160410Smjacob
30160410Smjacob############################################################################
31155704Smjacob# ASSERTION:
32167403Smjacob#	All Serializable classes can be serializaed and deserialized,
33167403Smjacob#	also encoded in XML and decoded, and still remain equal and have
34155704Smjacob#	equal string values.
35155704Smjacob#
36155704Smjacob# SECTION: Java API
37160410Smjacob#
38160410Smjacob############################################################################
39155228Smjacob
40155704Smjacobjava -cp test.jar TestBean TestBean.out
41155704Smjacobrm -f TestBean.out
42155704Smjacob