Hello ! Encountered problem when serializing ClassDescriptor objects: Attributes for FieldDescriptor are not serialized and after deserialization FieldDescriptor.getAttribute always returns null.
This is because attribute map defined in superclass of FieldDescriptor - DescriptorBase which don't implement Serializable. By the way: method AttributeContainer.getAttribute(String attribute_name, String default_value) always returns null regardless of default_value if there are no attributes for FieldDescriptor at all. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
