DRSSerialization


This type is a class for model objects.

Internal Replication can transfer actual Java objects between instances, or break down the Java object into bytes first, and only transfer the bytes. It is then up the user of the data on the receiving side to convert the bytes into an instantiated Java object. Transferring only bytes around aids in classpath administration, with a slight amount of additional overhead (i.e. breaking down the object into bytes, and then writing across the Java stream). Specifically, EAR and WAR specific classes don't need to be recognized at a system level when transferring the data, vs. in the context they are used in (i.e. in the web container). The default mode is to use bytes. This attribute is valid in v5.x only. In v6.0, all object transfers will be performed using bytes. @since v6.0 deprecated.

Package: drsclient

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Reference attributes having this type:
  DataReplication.serialization



Attributes Summary
entrySerializationKind : DRSSerializationKind The kind of serialization to use when replicating entries. @since 6.0 deprecated
propertySerializationKind : DRSSerializationKind The kind of serialization to use when replicating properties. @since 6.0 deprecated



Attribute Details

entrySerializationKind  -  The kind of serialization to use when replicating entries. @since 6.0 deprecated
    Data Type: DRSSerializationKind
    Default value:  unspecified
    Allowed values:
        0 - BYTES
        1 - OBJECT
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

propertySerializationKind  -  The kind of serialization to use when replicating properties. @since 6.0 deprecated
    Data Type: DRSSerializationKind
    Default value:  unspecified
    Allowed values:
        0 - BYTES
        1 - OBJECT
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006