On Wed, 3 Jan 2024 at 13:17, Max Semenik <maxsem.w...@gmail.com> wrote:
> > this actively prevents writing a child class that'd make a parent > serializable if it wants to. > > Wouldn't this violate LSP? > No it doesn't. Making a child class unserializable if the parent is serializable however is violating LSP, and probably a test should be added for this. Best regards, Gina P. Banyard