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

Create a propertiesJSONSerializer interface and a propertiesJSONSerializerImp using GSON. #16

Open
seniorglez opened this issue Jan 6, 2022 · 3 comments
Labels
backend enhancement New feature or request good first issue Good for newcomers

Comments

@seniorglez
Copy link
Owner

I need to transform the Minecraft server properties file to JSON and vice-versa so I need a serializer/deserializer from properties to JSON. So I need to create an interface to define the contract for this tool and an implementation of the interface using GSON to perform the serialization/deserialization process.

You can use this case as an inspiration:
https://stackoverflow.com/questions/23871694/java-properties-to-json

Tests are of course welcome!

@seniorglez seniorglez added enhancement New feature or request good first issue Good for newcomers backend labels Jan 6, 2022
@MrMarcusZ
Copy link

Hey I'm going to try and work on this.

@seniorglez
Copy link
Owner Author

First of all, thank you for being interested in the project. I have assigned the issue to you so you can take your time to solve it.

If you have any questions, feel free to ask and I will answer you ASAP.

Good Luck!

@MrMarcusZ
Copy link

No problem, glad to help, I will try to have some question by the end of the week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants