{"id":15479512,"url":"https://github.com/craig-day/migrating_serializer","last_synced_at":"2025-04-04T21:11:52.975Z","repository":{"id":56883682,"uuid":"86007247","full_name":"craig-day/migrating_serializer","owner":"craig-day","description":"Convert YAML serialized columns to JSON by providing support for deserializing both JSON and YAML","archived":false,"fork":false,"pushed_at":"2017-03-24T20:06:30.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-10-19T04:10:55.052Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/craig-day.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-23T23:28:20.000Z","updated_at":"2017-03-24T20:04:02.000Z","dependencies_parsed_at":"2022-08-20T13:10:48.283Z","dependency_job_id":null,"html_url":"https://github.com/craig-day/migrating_serializer","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/craig-day%2Fmigrating_serializer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craig-day%2Fmigrating_serializer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craig-day%2Fmigrating_serializer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craig-day%2Fmigrating_serializer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/craig-day","download_url":"https://codeload.github.com/craig-day/migrating_serializer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247249540,"owners_count":20908212,"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":[],"created_at":"2024-10-02T04:21:44.637Z","updated_at":"2025-04-04T21:11:52.954Z","avatar_url":"https://github.com/craig-day.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Migrating Serializer [![Build Status](https://travis-ci.org/craig-day/migrating_serializer.png)](https://travis-ci.org/craig-day/migrating_serializer)\n\nConvert YAML serialized columns to JSON by providing support for deserializing both JSON and YAML\n\n## Install\n\n```Bash\ngem install migrating_serializer\n```\n\n## Usage\n\n```Ruby\nrequire 'migrating_serializer'\n\nclass User \u003c ActiveRecord::Base\n  serialize :custom_notes, MigratingSerializer\nend\n```\n\n## Limitations\n\nBecause we will dump data as JSON all the time, we can only serialize things JSON expects.\n\nThe following classes are known working and tested:\n\n- `String`\n- `Array`\n- `Hash`\n- `Fixnum`\n- `Float`\n- `NilClass`\n- `TrueClass`\n- `FaleClass`\n\n## Author\n[Craig Day](https://github.com/craig-day)\u003cbr/\u003e\ncraigday3@gmail.com\u003cbr/\u003e\nLicense: MIT\u003cbr/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcraig-day%2Fmigrating_serializer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcraig-day%2Fmigrating_serializer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcraig-day%2Fmigrating_serializer/lists"}