broadway-serialization icon indicating copy to clipboard operation
broadway-serialization copied to clipboard

Serialization helpers for Broadway

Results 2 broadway-serialization issues
Sort by recently updated
recently updated
newest added

An old [PR](https://github.com/matthiasnoback/broadway-serialization/pull/7) from @MarkRedeman has been rebased on latest master. @matthiasnoback This is both a proof of a problem and an actual fix. I'd very much like to see...

This pull request changes the `deserialize` function of `Serializable` to call the `deserializationCallbacks` from `static` instead of `self`. This enables us to have an abstract `BaseketEvent` and a `BasketWasPickedUp` class...