Skip to content
This repository was archived by the owner on Apr 17, 2018. It is now read-only.
This repository was archived by the owner on Apr 17, 2018. It is now read-only.

Deserialization support #33

@blakeman8192

Description

@blakeman8192

It appears that dm-serializer can convert objects to xml/json/csv but not convert xml/json/csv back into objects. Often any time a program would want to serialize information into a database, it would at one point want to retrieve that same information. Why is dm-serializer part of a database project if it only accomplishes half of what a database does?

It seems more to be a simple serialization utility that can be used for a multitude of purposes... but not quite appropriate for database usage if it can't be used to retrieve information and only to store it. ActiveRecord has proper deserialization, so why can't DataMapper?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions