{"id":15293361,"url":"https://github.com/mannodermaus/retrofit-logansquare","last_synced_at":"2025-10-07T06:30:38.717Z","repository":{"id":57730710,"uuid":"44315251","full_name":"mannodermaus/retrofit-logansquare","owner":"mannodermaus","description":"[⚠️ARCHIVED] A Converter implementation using LoganSquare JSON serialization for Retrofit 2.","archived":true,"fork":false,"pushed_at":"2022-03-27T12:15:42.000Z","size":243,"stargazers_count":223,"open_issues_count":0,"forks_count":22,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-10-14T22:05:55.981Z","etag":null,"topics":["android","converter","java","json","logansquare","retrofit2"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mannodermaus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-15T12:16:30.000Z","updated_at":"2024-05-03T03:38:05.000Z","dependencies_parsed_at":"2022-09-26T22:01:34.719Z","dependency_job_id":null,"html_url":"https://github.com/mannodermaus/retrofit-logansquare","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mannodermaus%2Fretrofit-logansquare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mannodermaus%2Fretrofit-logansquare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mannodermaus%2Fretrofit-logansquare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mannodermaus%2Fretrofit-logansquare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mannodermaus","download_url":"https://codeload.github.com/mannodermaus/retrofit-logansquare/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235599632,"owners_count":19016190,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","converter","java","json","logansquare","retrofit2"],"created_at":"2024-09-30T16:47:09.732Z","updated_at":"2025-10-07T06:30:38.286Z","avatar_url":"https://github.com/mannodermaus.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# retrofit-logansquare\n\n⚠️ THIS PROJECT IS ARCHIVED. No further development is scheduled.\n\nA `Converter` implementation using BlueLine Labs' [LoganSquare][logansquare] JSON serialization for Square's [Retrofit][retrofit] REST library.  \n**Please note** that this library is solely intended for usage with **Retrofit 2.0.0 and above**! It won't work with 1.9 or earlier. Please refer [to this section of the README](#retro1) for instructions on how to include LoganSquare serialization on these versions.\n\n## Download\n\nGet it from Maven Central. Don't forget to include LoganSquare's dependencies as well. Check [their repo][logansquare] for the latest version:\n\n```groovy\ndependencies {\n    implementation(\"de.mannodermaus.retrofit2:converter-logansquare:1.4.1\")\n}\n```\n\n## Usage\n\nPlug in the `LoganSquareConverterFactory` like any other converter upon creating your `Retrofit` instance:\n\n```java\nRetrofit retrofit = new Retrofit.Builder()\n    .baseUrl(\"https://your.server.com/api/\")\n    .addConverterFactory(LoganSquareConverterFactory.create())\n    .build();\n```\n\n\u003ca name=\"retro1\"\u003e\u003c/a\u003e\n\n## I'm using Retrofit 1.x, though!\n\nIn that case, it might be time to upgrade! If you can't or won't, refer to [this gist][v1gist] for a quick solution (no guarantees that it will work 100% of the time, though).\n\n## License\n\n    Copyright 2016 Marcel Schnelle\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n\n[logansquare]: https://github.com/bluelinelabs/LoganSquare\n[retrofit]: https://github.com/square/retrofit\n[v1gist]: https://gist.github.com/aurae/8427b93b27483763d9cb\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmannodermaus%2Fretrofit-logansquare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmannodermaus%2Fretrofit-logansquare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmannodermaus%2Fretrofit-logansquare/lists"}