[jboss-cvs] JBossRemoting/docs/guide/en ...

Tom Elrod tom.elrod at jboss.com
Mon Jul 31 17:11:16 EDT 2006


  User: telrod  
  Date: 06/07/31 17:11:16

  Modified:    docs/guide/en  chap7.xml
  Log:
  JBREM-559 - fix character problem where certain characters munged by xmlmind.
  
  Revision  Changes    Path
  1.3       +6 -6      JBossRemoting/docs/guide/en/chap7.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: chap7.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/en/chap7.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- chap7.xml	31 Jul 2006 05:03:42 -0000	1.2
  +++ chap7.xml	31 Jul 2006 21:11:16 -0000	1.3
  @@ -1,23 +1,23 @@
     <chapter>
       <title>Serialization</title>
   
  -    <para>Serialization – how it works within remoting In general, remoting
  +    <para>Serialization - how it works within remoting In general, remoting
       will rely on a factory to provide the serialization implementation, or
       <code>org.jboss.remoting.serialization.SerializationManager</code>, to be
       used when doing object serialization. This factory is
       <code>org.jboss.remoting.serialization.SerializationStreamFactory</code>
       and is a (as defined by its javadoc):</para>
   
  -    <literallayout>“factory is for defining the Object stream implemenations to be used along with creating those implemenations for use.  
  +    <literallayout>factory is for defining the Object stream implemenations to be used along with creating those implemenations for use.
   The main function will be to return instance of ObjectOutput and ObjectInput.  By default, the implementations will be 
  -java.io.ObjectOutputStream and java.io.ObjectInputStream.�
  +java.io.ObjectOutputStream and java.io.ObjectInputStream.
   </literallayout>
   
       <para>Currently there are only two different types of serialization
  -    implementations; ‘java’ and ‘jboss’. The ‘java’ type uses
  +    implementations; 'java' and 'jboss'. The 'java' type uses
       <code>org.jboss.remoting.serialization.impl.java.JavaSerializationManager</code>
       as the SerializationManager implementation and is backed by standard Java
  -    serialization provide by the JVM, which is the default. The ‘jboss’ type
  +    serialization provide by the JVM, which is the default. The 'jboss' type
       uses
       <code>org.jboss.remoting.serialization.impl.jboss.JBossSerializationManager</code>
       as the SerializationManger implementation and is backed by JBoss
  @@ -38,7 +38,7 @@
       <para></para>
   
       <para>It is possible to override the default SerializationManger
  -    implementation to be used by setting the system property ‘SERIALIZATION’
  +    implementation to be used by setting the system property 'SERIALIZATION'
       to the fully qualified name of the class to use (which will need to
       provide a void contructor).</para>
     </chapter>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list