org.xmlobjects.xml.Attributes and org.xmlobjects.xml.TextContent are unserializable but are used in objects that are serializable (e.g. org.xmlobjects.xal.model.AddressObject).
Possible fix: add Serializable. Problem: TextContent has a lambda function which cannot be Serializable, so this needs some rework.
Of course I am not sure if serialization should be supported or not.
org.xmlobjects.xml.Attributes and org.xmlobjects.xml.TextContent are unserializable but are used in objects that are serializable (e.g. org.xmlobjects.xal.model.AddressObject).
Possible fix: add Serializable. Problem: TextContent has a lambda function which cannot be Serializable, so this needs some rework.
Of course I am not sure if serialization should be supported or not.