George Zubrienko

Results 85 comments of George Zubrienko

> JsonSerializer.to_json(data, model=MyClass, **options) I like this one, but I'd also like to hear what other think, so let's see what pops up during the week!

Also https://github.com/lidatong/dataclasses-json/issues/31 should be solved in v1 API more or less - I'm switching pins so this issue gets a bit more attention when people come in :)

@Bidaya0 I'm not sure I understand your problem. Could you please come up with a code sample of the behaviour you want vs the behaviour you see when using the...

Alright I see what you want to do, and I would actually like to do some work on that, but in the opposite direction of what you want :) In...

> btw, perhaps I should define the deserialization work of these in the field provided by marshmallow and keep the dataclass tidy. I think it is a good idea, and...