You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we use inside the admin and client transport modules primitive datatypes and Strings to map fields like:
minimumAge of games
releaseYear of games
lendTime of games and identity cards
To allow a better handling of the values on the Java/Scala side we should add XmlAdapter implementations for the Year and LocalDateTime classes to allow serializing them directly via JAXB.
Currently we use inside the
admin
andclient
transport modules primitive datatypes andString
s to map fields like:minimumAge
of gamesreleaseYear
of gameslendTime
of games and identity cardsTo allow a better handling of the values on the Java/Scala side we should add
XmlAdapter
implementations for theYear
andLocalDateTime
classes to allow serializing them directly via JAXB.See also #334
The text was updated successfully, but these errors were encountered: