Serializable collections
Brought to you by:
jackknifebarber
Should com.triactive.jdo.sco.Set and com.triactive.jdo.
sco.Map (possibly other SCOs) implement java.io.
Serializable? As it is, they do not and I am getting
NotSerializableExceptions thrown when I try to serialize a
[T]JDO instance that has a persistent Set field (I have
made the instance transient before serializing...).
Incidentally, declaring a field to be of type HashSet
instead of Set looks like it makes this issue go away.
Logged In: YES
user_id=582193
Fixed. All SCO wrapper classes have been made
Serializable. Deserializing an object with SCO fields
produces normal "unwrapped" values in those fields.
Mike