Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/different tagnames in xmllist #955

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Apr 27, 2018

  1. Add XmlElementsRef annotation

    Add field allowTypes in XmlCollection annotation
    If allowTypes not null, XmlSerializationVisitor use him to choice tag name
    Kamil Ahmetzyanov committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    f8ce5ce View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Add allowTypes to YamlDriver

    If allowTypes not null, XmlDeserializationVisitor use him to choice entity type
    Kamil Ahmetzyanov committed May 3, 2018
    Configuration menu
    Copy the full SHA
    1afdd5c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. Add tests for serialize/deserialize

    Kamil Ahmetzyanov committed May 17, 2018
    Configuration menu
    Copy the full SHA
    d9d0f31 View commit details
    Browse the repository at this point in the history
  2. Add tests for metadata drivers (+XmlDriver)

    Kamil Ahmetzyanov committed May 17, 2018
    Configuration menu
    Copy the full SHA
    3195fb6 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Add documentation

    Kamil Ahmetzyanov committed May 23, 2018
    Configuration menu
    Copy the full SHA
    5fd86dc View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. refactor visitors

    Kamil Ahmetzyanov committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    d30b35a View commit details
    Browse the repository at this point in the history
  2. bug fix

    Kamil Ahmetzyanov committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    9aa1221 View commit details
    Browse the repository at this point in the history