Skip to content

Turn off automatic serialization #114

@thawkins

Description

@thawkins

Is there any way to turn off the automatic serialization and have the driver behave like the older legacy driver as far as read and writing documents is concerned, IE just provide a serialization to and from array objects.

this is to avoid

  1. The insertion of type annotations into the on disk format
  2. The need to inherit data classes from the driver type hierarchy. (makes building storage adapters that target multiple storage systems near impossible).

I get that there is a need to be able provide support for extending functionality of the driver. But this attempt to convert the driver into an ORM is a step too far. I dont want class factories in my database driver, if i want them I will provide my own. Or I will use an ORM layer that suits my needs.

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