12804Stomee#!/bin/ksh -p 22804Stomee# 32804Stomee# CDDL HEADER START 42804Stomee# 52804Stomee# The contents of this file are subject to the terms of the 62804Stomee# Common Development and Distribution License (the "License"). 72804Stomee# You may not use this file except in compliance with the License. 82804Stomee# 92804Stomee# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 102804Stomee# or http://www.opensolaris.org/os/licensing. 112804Stomee# See the License for the specific language governing permissions 122804Stomee# and limitations under the License. 132804Stomee# 142804Stomee# When distributing Covered Code, include this CDDL HEADER in each 152804Stomee# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 162804Stomee# If applicable, add the following below this CDDL HEADER, with the 172804Stomee# fields enclosed by brackets "[]" replaced with your own identifying 182804Stomee# information: Portions Copyright [yyyy] [name of copyright owner] 192804Stomee# 202804Stomee# CDDL HEADER END 212804Stomee# 222804Stomee 232804Stomee# 24*3483Stomee# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 252804Stomee# Use is subject to license terms. 262804Stomee# 272804Stomee 282804Stomee#ident "%Z%%M% %I% %E% SMI" 292804Stomee 302804Stomee############################################################################ 312804Stomee# ASSERTION: 322804Stomee# All Serializable classes can be serializaed and deserialized, 332804Stomee# also encoded in XML and decoded, and still remain equal and have 342804Stomee# equal string values. 352804Stomee# 362804Stomee# SECTION: Java API 372804Stomee# 382804Stomee############################################################################ 392804Stomee 40*3483Stomeejava -cp test.jar TestBean TestBean.out 412804Stomeerm -f TestBean.out 42