Skip to content

Unserializable Attributes and TextContent #4

Description

@betzms

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions