sv-tools/marshmallow-objects

Support "class Meta" options.

dsully opened this issue · 1 comments

It doesn't appear that marshmallow-objects respects a defined "class Meta", like:

import marshmallow_objects as marshmallow


class MyModel(marshmallow.Model):

    class Meta:
        ordered = True

Doesn't emit an ordered dict on .dump()

Thank you. Will fix it as soon as possible.