You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@ws.apache.org by gd...@locus.apache.org on 2000/07/28 17:08:22 UTC

cvs commit: xml-soap/java ReleaseNotes.html

gdaniels    00/07/28 08:08:21

  Modified:    java     ReleaseNotes.html
  Log:
  note that we now serialize Vectors and Enumerations as well
  
  Revision  Changes    Path
  1.4       +1 -1      xml-soap/java/ReleaseNotes.html
  
  Index: ReleaseNotes.html
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/ReleaseNotes.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ReleaseNotes.html	2000/07/28 00:54:04	1.3
  +++ ReleaseNotes.html	2000/07/28 15:08:21	1.4
  @@ -63,7 +63,7 @@
           objects</li>
       <li>SOAP encoding: built-in support is provided for
           encoding/decoding primitive types, Strings, arbitrary
  -        JavaBeans (using reflection) and 1-dimensional arrays of
  +        JavaBeans (using reflection) and Vectors, Enumerations, or 1-dimensional arrays of
           these types. For other types user can hand-write
           encoder/decoder and register with XML-SOAP runtime.</li>
       <li>Literal XML encoding: allows one