Show
Ignore:
Timestamp:
07/17/08 06:36:17 (4 years ago)
Author:
amandel
Message:

UserTypes? now are Serializable

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/xml/xsl/libcommon.xsl

    r1078 r1086  
    10381038      extends org.jcoderz.commons.util.StringUserTypeBase 
    10391039{ 
     1040   /** The serialVersionUID used for serialization. */ 
     1041   static final long serialVersionUID = 1; 
     1042 
    10401043   /** <xsl:choose> 
    10411044        <xsl:when 
     
    13301333      extends org.jcoderz.commons.util.IntUserTypeBase 
    13311334{ 
     1335   /** The serialVersionUID used for serialization. */ 
     1336   static final long serialVersionUID = 1; 
     1337 
    13321338  /** 
    13331339   * Creates a <xsl:value-of select="$type-classname"/> from its numeric 
     
    13871393      extends org.jcoderz.commons.util.LongUserTypeBase 
    13881394{ 
     1395   /** The serialVersionUID used for serialization. */ 
     1396   static final long serialVersionUID = 1; 
     1397 
    13891398  /** 
    13901399   * Creates a <xsl:value-of select="$type-classname"/> from its numeric 
     
    19942003      extends org.jcoderz.commons.util.BigDecimalUserTypeBase 
    19952004{ 
     2005  /** The serialVersionUID used for serialization. */ 
     2006  static final long serialVersionUID = 1; 
     2007 
    19962008  /** 
    19972009   * Creates a <xsl:value-of select="$type-classname"/> from its numeric