{"id":16446101,"url":"https://github.com/mschaeffner/treelify","last_synced_at":"2025-02-26T10:15:40.168Z","repository":{"id":93436131,"uuid":"46954986","full_name":"mschaeffner/treelify","owner":"mschaeffner","description":"A Java serialization library that converts a Java Collection into a tree structure and back.","archived":false,"fork":false,"pushed_at":"2015-12-29T00:45:32.000Z","size":22,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-09T01:47:50.340Z","etag":null,"topics":["java","java-collections","java-library","tree-structure"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"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/mschaeffner.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-11-27T02:10:52.000Z","updated_at":"2023-05-17T09:23:29.000Z","dependencies_parsed_at":"2023-03-16T12:15:31.444Z","dependency_job_id":null,"html_url":"https://github.com/mschaeffner/treelify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschaeffner%2Ftreelify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschaeffner%2Ftreelify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschaeffner%2Ftreelify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschaeffner%2Ftreelify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mschaeffner","download_url":"https://codeload.github.com/mschaeffner/treelify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240831382,"owners_count":19864718,"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":["java","java-collections","java-library","tree-structure"],"created_at":"2024-10-11T09:46:25.574Z","updated_at":"2025-02-26T10:15:39.784Z","avatar_url":"https://github.com/mschaeffner.png","language":"Java","readme":"# treelify\n\n[![Build Status](https://travis-ci.org/mschaeffner/treelify.svg?branch=master)](https://travis-ci.org/mschaeffner/treelify)\n\nTreelify is a Java library that can be used to convert Java Collections into a tree structure representation. It can also be used to convert a tree structure back to an equivalent Java Collection.\n\n*Usage*\n\n```\nTreelify treelify = new Treelify();\nList\u003cT\u003e myList = new ArrayList\u003cT\u003e();\nList\u003cTreeNode\u003cT\u003e\u003e nodes = treelify.toTree(myList);\nCollection\u003cT\u003e result = treelify.fromTree(nodes);\n```\n\n\n\n*License*\n\nTreelify is released under the [Apache 2.0 license](LICENSE).\n\n```\nCopyright 2015 Mathias Schaeffner\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmschaeffner%2Ftreelify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmschaeffner%2Ftreelify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmschaeffner%2Ftreelify/lists"}