CWOBJ6315E

NOT_SERIALIZABLE_EXCEPTION_CWOBJ6315=CWOBJ6315E: The value {0} could not be serialized using normal java serialization.

Explanation

The value could not be serialized using normal java serialization.

User response

mark the object you wish to serialize as serializable, otherwise you may be required to create your own custom serializer as the basic java serialization does not seem sufficient