4.1. Serialization and Deserialization

4.1.1. [Critical] Key-only serialization/deserialization did not work correctly for keyed sequences of user-defined types in Java

In Java, for keyed sequences of user types, the serialize_key/deserialize_key_sample serialized/deserialized the whole elements in the sequence. Then, non-keyed members in the user type were serialized/deserialized, which is not correct when we only want keyed members. Now the Java methods will only serialize the keyed members in the types stored in a keyed sequence.

[RTI Issue ID CODEGENII-2005]