duftler 02/05/02 13:49:55 Modified: java/docs/guide serializer.html Log: Changed the word 'all' to 'most', since the Java primitive type char is not supported. Submitted by: [EMAIL PROTECTED] Revision Changes Path 1.6 +1 -1 xml-soap/java/docs/guide/serializer.html Index: serializer.html =================================================================== RCS file: /home/cvs/xml-soap/java/docs/guide/serializer.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- serializer.html 21 May 2001 20:19:16 -0000 1.5 +++ serializer.html 2 May 2002 20:49:55 -0000 1.6 @@ -31,7 +31,7 @@ encoding style. These include mappings for the following Java types:</P> <UL> - <LI>all Java primitive types, such as int, float, + <LI>most Java primitive types, such as int, float, boolean, byte, etc. and their corresponding wrapper classes (i.e. java.lang.Integer, java.lang.Boolean, etc.)