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

DTO and serialization for Time Zones #703

Merged
merged 4 commits into from
Jun 17, 2024

Conversation

RyanM-RMA
Copy link
Collaborator

Adding DTO and serialization process for time zones, so we can use the newer java json/xml serialization/deserialization

Fixes #499

@RyanM-RMA RyanM-RMA marked this pull request as ready for review June 16, 2024 22:23
@rma-rripken
Copy link
Collaborator

Can we get a unit test of just the TimeZone DTO serialization by itself? Include a json or xml example file.

Removing unused import from time zone
@rma-rripken
Copy link
Collaborator

I'd like to see a resource file with an example of the serialized format.

@RyanM-RMA
Copy link
Collaborator Author

oh, actually I should also get a test for the List in there too, since that's what we're serializing with getAll. I totally meant to do that.

Added TimeZones class so we can deserialize to and from a list object like LocationLevels.
@RyanM-RMA RyanM-RMA merged commit 564d7f7 into USACE:develop Jun 17, 2024
5 checks passed
@RyanM-RMA RyanM-RMA deleted the bugfix/content_type_time_zones branch June 17, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Endpoint: TimeZones
3 participants