Skip to content

Configuration serialization should use a single representation. #92

@theSloopJohnB

Description

@theSloopJohnB

The serialization scheme right now uses a mix of json and xml. The json is used to represent the hierarchy of the nodes, but xml is used to represent the data within the nodes.

This scheme makes reading the configuration file painful.

Any changes should be backward compatible, both so in flight projects can take advantage of the change and so we don't break projects on updating to newer versions.

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